Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,5 +115,4 @@ with gr.Blocks(title="🔬🧠 ScienceBrain.Gradio") as demo:
|
|
115 |
msg_in.submit(chat_handler, inputs=[api_input, msg_in, chatbot], outputs=chatbot)
|
116 |
|
117 |
if __name__ == "__main__":
|
118 |
-
demo.launch()
|
119 |
-
```
|
|
|
115 |
msg_in.submit(chat_handler, inputs=[api_input, msg_in, chatbot], outputs=chatbot)
|
116 |
|
117 |
if __name__ == "__main__":
|
118 |
+
demo.launch()
|
|