Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Sidebar():
|
5 |
-
|
|
|
6 |
gr.ChatInterface(lambda x,y,z:x, additional_inputs=["textbox"])
|
7 |
|
8 |
demo.launch()
|
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Sidebar():
|
5 |
+
gr.Textbox()
|
6 |
+
gr.Textbox()
|
7 |
gr.ChatInterface(lambda x,y,z:x, additional_inputs=["textbox"])
|
8 |
|
9 |
demo.launch()
|