Add application file
Browse files
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:
|