Lasdw commited on
Commit
1e037ec
·
1 Parent(s): eaf58f0

undo gradio changes2

Browse files
Files changed (1) hide show
  1. app.py +1 -20
app.py CHANGED
@@ -277,26 +277,7 @@ with gr.Blocks(title="TurboNerd Agent🤓") as demo:
277
  with gr.Row():
278
  with gr.Column(scale=4):
279
  chatbot = gr.Chatbot(
280
- label="Conversation",
281
- height=600,
282
- type="messages",
283
- elem_id="chatbot",
284
- show_copy_button=True,
285
- show_label=True,
286
- container=True,
287
- bubble_full_width=False,
288
- rtl=False,
289
- show_share_button=False,
290
- show_retry_button=True,
291
- show_clear_button=True,
292
- avatar_images=(None, None),
293
- likeable=False,
294
- layout="panel",
295
- min_width=600,
296
- max_width=1200,
297
- scale=1,
298
- autoscroll=True,
299
- elem_classes=["chatbot-container"]
300
  )
301
  with gr.Row():
302
  question_input = gr.Textbox(
 
277
  with gr.Row():
278
  with gr.Column(scale=4):
279
  chatbot = gr.Chatbot(
280
+ height=600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  )
282
  with gr.Row():
283
  question_input = gr.Textbox(