Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -353,7 +353,7 @@ with gr.Blocks() as demo:
|
|
353 |
generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
|
354 |
|
355 |
with gr.Tab("Chat"):
|
356 |
-
|
357 |
respond,
|
358 |
additional_inputs=[
|
359 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
353 |
generate_qna_button.click(search_question, inputs=text_input_qna, outputs=text_output_qna)
|
354 |
|
355 |
with gr.Tab("Chat"):
|
356 |
+
gr.ChatInterface(
|
357 |
respond,
|
358 |
additional_inputs=[
|
359 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|