osaaso commited on
Commit
092676c
·
1 Parent(s): 9f5527a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -183,8 +183,7 @@ with gr.Blocks() as demo:
183
  elem_id="chatbot",
184
  bubble_full_width=False,
185
  avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
186
- )
187
-
188
  with gr.Row():
189
  txt = gr.Textbox(
190
  scale=4,
 
183
  elem_id="chatbot",
184
  bubble_full_width=False,
185
  avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
186
+ )
 
187
  with gr.Row():
188
  txt = gr.Textbox(
189
  scale=4,