Spaces:
Sleeping
Sleeping
updated app.py
Browse files
app.py
CHANGED
@@ -894,4 +894,5 @@ with gr.Blocks(css=css, title="Unified EDU Assistant") as demo:
|
|
894 |
)
|
895 |
|
896 |
if __name__ == "__main__":
|
897 |
-
demo.launch(share=True, debug=True)
|
|
|
|
894 |
)
|
895 |
|
896 |
if __name__ == "__main__":
|
897 |
+
demo.launch(share=True, debug=True, show_api=False)
|
898 |
+
|