Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
],
|