tonyassi commited on
Commit
7611cb2
1 Parent(s): 061706c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ with gr.Blocks() as demo:
11
  chatbot2 = gr.Chatbot()
12
 
13
  with gr.Row():
14
- textbox1 = gr.TextBox()
15
- textbox2 = gr.TextBox()
16
 
17
  demo.launch()
 
11
  chatbot2 = gr.Chatbot()
12
 
13
  with gr.Row():
14
+ textbox1 = gr.Textbox()
15
+ textbox2 = gr.Textbox()
16
 
17
  demo.launch()