Spaces:
Runtime error
Runtime error
A-baoYang
commited on
Commit
·
5b66c35
1
Parent(s):
0300c44
Bugfix
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="lime")) as demo:
|
|
141 |
qa_prompt_tmpl = gr.Textbox(
|
142 |
label="希望用於本次問答的prompt",
|
143 |
info="必須使用到的變數:{filtered_data}、{query}",
|
144 |
-
value=
|
145 |
interactive=True,
|
146 |
)
|
147 |
|
|
|
141 |
qa_prompt_tmpl = gr.Textbox(
|
142 |
label="希望用於本次問答的prompt",
|
143 |
info="必須使用到的變數:{filtered_data}、{query}",
|
144 |
+
value="",
|
145 |
interactive=True,
|
146 |
)
|
147 |
|