abhi1nandy2 commited on
Commit
beacea3
·
verified ·
1 Parent(s): 7ea7d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with demo:
66
  gr.Markdown(markdown_note)
67
  gr.ChatInterface(
68
  fn=respond,
69
- examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
70
  additional_inputs=[
71
  # Additional components can be added here if needed.
72
  ],
 
66
  gr.Markdown(markdown_note)
67
  gr.ChatInterface(
68
  fn=respond,
69
+ # examples=["Yo who dis Abhilash?", "What is Abhilash's most recent publication?"],
70
  additional_inputs=[
71
  # Additional components can be added here if needed.
72
  ],