Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -506,4 +506,5 @@ with gr.Blocks(title="Clare – Hanbridge AI Teaching Assistant", css=CUSTOM_CSS
|
|
| 506 |
clear_btn.click(clear_all, None, [chatbot, weakness_state, cognitive_state_state, rag_chunks_state, result_display, session_status], queue=False)
|
| 507 |
|
| 508 |
if __name__ == "__main__":
|
| 509 |
-
demo.launch()
|
|
|
|
|
|
| 506 |
clear_btn.click(clear_all, None, [chatbot, weakness_state, cognitive_state_state, rag_chunks_state, result_display, session_status], queue=False)
|
| 507 |
|
| 508 |
if __name__ == "__main__":
|
| 509 |
+
demo.launch()
|
| 510 |
+
|