abidlabs HF Staff commited on
Commit
65748e8
·
verified ·
1 Parent(s): 7814082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
  with gr.Sidebar():
5
- pass
 
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()