TejAndrewsACC commited on
Commit
3fb0242
Β·
verified Β·
1 Parent(s): 9976d30

Update App.py

Browse files
Files changed (1) hide show
  1. App.py +1 -1
App.py CHANGED
@@ -146,5 +146,5 @@ with gr.Blocks() as app:
146
  # Setting the button click event
147
  submit_button.click(chat_interface, inputs=user_input, outputs=chatbot)
148
 
149
- # Launch the Gradio apps
150
  app.launch()
 
146
  # Setting the button click event
147
  submit_button.click(chat_interface, inputs=user_input, outputs=chatbot)
148
 
149
+ # Launch the Gradio app
150
  app.launch()