Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -851,5 +851,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="EduNatives Assistant") as demo:
|
|
| 851 |
|
| 852 |
# --- 6. LAUNCH APP ---
|
| 853 |
if __name__ == "__main__":
|
| 854 |
-
demo.launch(debug=True)
|
| 855 |
-
|
|
|
|
| 851 |
|
| 852 |
# --- 6. LAUNCH APP ---
|
| 853 |
if __name__ == "__main__":
|
| 854 |
+
demo.launch(debug=True)
|
|
|