Bndo commited on
Commit
f13ef36
·
verified ·
1 Parent(s): 37baee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -51,6 +51,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
51
  user_input.submit(chatbot_response, inputs=user_input, outputs=chatbot)
52
  clear_button.click(lambda: "", outputs=chatbot) # Clears the chat
53
 
54
- # ✅ Launch the Chatbot
55
- if __name__ == "__main__":
56
- demo.launch()
 
51
  user_input.submit(chatbot_response, inputs=user_input, outputs=chatbot)
52
  clear_button.click(lambda: "", outputs=chatbot) # Clears the chat
53
 
54
+