Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ interface = gr.ChatInterface(
|
|
43 |
fn=generate_response,
|
44 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
45 |
textbox=gr.Textbox(placeholder="Input User Prompt here..."),
|
|
|
46 |
additional_inputs=additional_inputs,
|
47 |
examples=example1,
|
48 |
cache_examples=False,
|
|
|
43 |
fn=generate_response,
|
44 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
45 |
textbox=gr.Textbox(placeholder="Input User Prompt here..."),
|
46 |
+
textbox2=gr.Textbox(placeholder="Secondary user input here..."),
|
47 |
additional_inputs=additional_inputs,
|
48 |
examples=example1,
|
49 |
cache_examples=False,
|