abhi1nandy2 commited on
Commit
113e4ab
·
verified ·
1 Parent(s): e921d5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with demo:
69
  gr.Markdown(markdown_note)
70
  gr.ChatInterface(
71
  fn=respond,
72
- examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
73
  additional_inputs=[],
74
  )
75
 
 
69
  gr.Markdown(markdown_note)
70
  gr.ChatInterface(
71
  fn=respond,
72
+ # examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
73
  additional_inputs=[],
74
  )
75