Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -26,4 +26,4 @@ def predict_csv():
|
|
| 26 |
return df.to_json(orient="records")
|
| 27 |
|
| 28 |
if __name__ == "__main__":
|
| 29 |
-
app.run(host="0.0.0.0", port=
|
|
|
|
| 26 |
return df.to_json(orient="records")
|
| 27 |
|
| 28 |
if __name__ == "__main__":
|
| 29 |
+
app.run(host="0.0.0.0", port=7860)
|