awacke1 commited on
Commit
cc11cd1
·
verified ·
1 Parent(s): 81099b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()