taratrankennedy commited on
Commit
dbbc781
·
verified ·
1 Parent(s): 52ce9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,5 +153,5 @@ with gr.Blocks(theme=theme) as demo:
153
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
154
 
155
 
156
- Launch the Gradio app to allow user interaction
157
  demo.launch(share=True)
 
153
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
154
 
155
 
156
+ # Launch the Gradio app to allow user interaction
157
  demo.launch(share=True)