jeongsoo commited on
Commit
b2f5fac
ยท
1 Parent(s): 66409a3

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -631,8 +631,7 @@ class AutoRAGChatApp:
631
  chatbot = gr.Chatbot(
632
  label="๋Œ€ํ™” ๋‚ด์šฉ",
633
  height=500,
634
- show_copy_button=True,
635
- type="messages"
636
  )
637
 
638
  with gr.Tabs() as input_tabs:
 
631
  chatbot = gr.Chatbot(
632
  label="๋Œ€ํ™” ๋‚ด์šฉ",
633
  height=500,
634
+ show_copy_button=True
 
635
  )
636
 
637
  with gr.Tabs() as input_tabs: