Arjs commited on
Commit
9b3f1fe
·
verified ·
1 Parent(s): c37f5b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ iface = gr.Interface(
164
  gr.Textbox(value="abc2", label="Session ID", visible=False)
165
  ],
166
  outputs="text",
167
- live=True,
168
  title="IRCTC Support Chatbot"
169
  )
170
 
 
164
  gr.Textbox(value="abc2", label="Session ID", visible=False)
165
  ],
166
  outputs="text",
167
+ live=False,
168
  title="IRCTC Support Chatbot"
169
  )
170