ipvikas commited on
Commit
1ac3bc0
1 Parent(s): 5f24c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ description = "Hi!! enter your query here"
219
  # examples = [
220
  # ["from wikipedia what is calculus"]
221
 
222
- ]
223
 
224
  chatbot_demo = gr.Interface(fn=get_response, inputs = 'text',outputs='text',title = title, description = description, examples = examples)
225
  chatbot_demo.launch()
 
219
  # examples = [
220
  # ["from wikipedia what is calculus"]
221
 
222
+ # ]
223
 
224
  chatbot_demo = gr.Interface(fn=get_response, inputs = 'text',outputs='text',title = title, description = description, examples = examples)
225
  chatbot_demo.launch()