ppsingh commited on
Commit
28cb3ca
1 Parent(s): 8c51a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -65,4 +65,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
65
 
66
 
67
  with gr.Row(elem_id = "input-message"):
68
- textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7,lines = 1,interactive = True,elem_id="input-textbox")
 
 
 
 
65
 
66
 
67
  with gr.Row(elem_id = "input-message"):
68
+ textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7,lines = 1,interactive = True,elem_id="input-textbox")
69
+ demo.queue()
70
+
71
+ demo.launch()