Spaces:
Runtime error
Runtime error
ahmedelbeshry
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -540,5 +540,5 @@ def run_streamlit():
|
|
540 |
st.write("---")
|
541 |
|
542 |
if __name__ == '__main__':
|
543 |
-
threading.Thread(target=lambda: app.run(host='0.0.0.0', port=
|
544 |
run_streamlit()
|
|
|
540 |
st.write("---")
|
541 |
|
542 |
if __name__ == '__main__':
|
543 |
+
threading.Thread(target=lambda: app.run(host='0.0.0.0', port=7860)).start()
|
544 |
run_streamlit()
|