Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
252 |
# formula_ocr = gr.Checkbox(label=i18n("识别公式"), value=advance_docs["pdf"].get("formula_ocr", False))
|
253 |
|
254 |
with gr.Tab(label=i18n("参数")):
|
255 |
-
|
256 |
elem_id="advanced-warning")
|
257 |
with gr.Accordion(i18n("参数"), open=True):
|
258 |
temperature_slider = gr.Slider(
|
|
|
252 |
# formula_ocr = gr.Checkbox(label=i18n("识别公式"), value=advance_docs["pdf"].get("formula_ocr", False))
|
253 |
|
254 |
with gr.Tab(label=i18n("参数")):
|
255 |
+
gr.Markdown(i18n("# ⚠️ 务必谨慎更改 ⚠️"),
|
256 |
elem_id="advanced-warning")
|
257 |
with gr.Accordion(i18n("参数"), open=True):
|
258 |
temperature_slider = gr.Slider(
|