Elijahbodden commited on
Commit
e6fd55c
·
verified ·
1 Parent(s): 7dc800b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -113,9 +113,7 @@ def respond(
113
  response += token
114
  yield response
115
 
116
- """
117
- For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
118
- """
119
  demo = gr.ChatInterface(
120
  respond,
121
  additional_inputs_accordion=gr.Accordion(label="Options", open=True),
 
113
  response += token
114
  yield response
115
 
116
+
 
 
117
  demo = gr.ChatInterface(
118
  respond,
119
  additional_inputs_accordion=gr.Accordion(label="Options", open=True),