Spaces:
Sleeping
Sleeping
ใ
ใ
ใ
commited on
Commit ยท
e4e2384
1
Parent(s): 51796c8
Add stop_btn=None to disable stop button in ChatInterface
Browse files- CodeWeaver/ui/app.py +1 -0
CodeWeaver/ui/app.py
CHANGED
|
@@ -275,6 +275,7 @@ def create_demo() -> gr.Blocks:
|
|
| 275 |
examples=None,
|
| 276 |
chatbot=chatbot,
|
| 277 |
additional_inputs=[session_id_input],
|
|
|
|
| 278 |
)
|
| 279 |
|
| 280 |
# ๋ํ ์ด๊ธฐํ ๋ฒํผ ์ถ๊ฐ (๊ณต์ ๋ฌธ์: https://www.gradio.app/guides/creating-a-custom-chatbot-with-blocks)
|
|
|
|
| 275 |
examples=None,
|
| 276 |
chatbot=chatbot,
|
| 277 |
additional_inputs=[session_id_input],
|
| 278 |
+
stop_btn=None, # ๋ฉ์ถค ๋ฒํผ ๊ธฐ๋ฅ ์์ ํ ๋นํ์ฑํ
|
| 279 |
)
|
| 280 |
|
| 281 |
# ๋ํ ์ด๊ธฐํ ๋ฒํผ ์ถ๊ฐ (๊ณต์ ๋ฌธ์: https://www.gradio.app/guides/creating-a-custom-chatbot-with-blocks)
|