Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -196,9 +196,10 @@ with gr.Blocks(title="Jacob Isaacson Chatbot") as iface:
|
|
196 |
fn=me.chat_stream,
|
197 |
chatbot=gr.Chatbot(show_copy_button=True),
|
198 |
type="messages",
|
199 |
-
|
200 |
)
|
201 |
|
202 |
if __name__ == "__main__":
|
203 |
iface.launch()
|
204 |
|
|
|
|
196 |
fn=me.chat_stream,
|
197 |
chatbot=gr.Chatbot(show_copy_button=True),
|
198 |
type="messages",
|
199 |
+
additional_inputs=[],
|
200 |
)
|
201 |
|
202 |
if __name__ == "__main__":
|
203 |
iface.launch()
|
204 |
|
205 |
+
|