SUMANA SUMANAKUL (ING)
commited on
Commit
·
f93f4c9
1
Parent(s):
a55a706
modify gradio
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="amber")) as demo:
|
|
58 |
chatbot_interface = gr.Chatbot(
|
59 |
label="ประวัติการสนทนา",
|
60 |
height=550,
|
61 |
-
bubble_styling=False,
|
62 |
show_copy_button=True
|
63 |
)
|
64 |
user_input = gr.Textbox(placeholder="พิมพ์คำถามของคุณที่นี่...", label="คำถาม", lines=2)
|
|
|
58 |
chatbot_interface = gr.Chatbot(
|
59 |
label="ประวัติการสนทนา",
|
60 |
height=550,
|
61 |
+
# bubble_styling=False,
|
62 |
show_copy_button=True
|
63 |
)
|
64 |
user_input = gr.Textbox(placeholder="พิมพ์คำถามของคุณที่นี่...", label="คำถาม", lines=2)
|