Update app.py
Browse files
app.py
CHANGED
|
@@ -127,13 +127,11 @@ def create_deepseek_interface():
|
|
| 127 |
|
| 128 |
# ๋ฉ์ธ ์ฝํ
์ธ ์์ญ
|
| 129 |
with gr.Column(scale=2):
|
| 130 |
-
# ์ฑํ
์ธํฐํ์ด์ค
|
| 131 |
chatbot = gr.Chatbot(
|
| 132 |
height=500,
|
| 133 |
show_label=False,
|
| 134 |
-
container=True
|
| 135 |
-
bubble=True,
|
| 136 |
-
avatar_images=("๐ค", "๐ค")
|
| 137 |
)
|
| 138 |
|
| 139 |
# ์
๋ ฅ ์์ญ
|
|
|
|
| 127 |
|
| 128 |
# ๋ฉ์ธ ์ฝํ
์ธ ์์ญ
|
| 129 |
with gr.Column(scale=2):
|
| 130 |
+
# ์ฑํ
์ธํฐํ์ด์ค - ํธํ์ฑ ๋ฌธ์ ํด๊ฒฐ์ ์ํด ๋งค๊ฐ๋ณ์ ์ ๊ฑฐ
|
| 131 |
chatbot = gr.Chatbot(
|
| 132 |
height=500,
|
| 133 |
show_label=False,
|
| 134 |
+
container=True
|
|
|
|
|
|
|
| 135 |
)
|
| 136 |
|
| 137 |
# ์
๋ ฅ ์์ญ
|