nicholasKluge commited on
Commit
b20f008
·
1 Parent(s): e7cefea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
14
  with gr.Row(scale=1).style(equal_height=True):
15
 
16
  with gr.Column(scale=5):
17
- chatbot = gr.Chatbot(label="Aira").style(height=400)
18
  msg = gr.Textbox(label="Write a question or comment to Aira", placeholder="Hi Aira, how are you?")
19
 
20
  with gr.Column(scale=2):
 
14
  with gr.Row(scale=1).style(equal_height=True):
15
 
16
  with gr.Column(scale=5):
17
+ chatbot = gr.Chatbot(label="Aira")._style(height=400)
18
  msg = gr.Textbox(label="Write a question or comment to Aira", placeholder="Hi Aira, how are you?")
19
 
20
  with gr.Column(scale=2):