Spaces:
Build error
Build error
bugfix
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="lime")) as demo:
|
|
137 |
esgqa_prompt_tmpl = gr.Textbox(
|
138 |
label="希望用於本次問答的prompt",
|
139 |
info="必須使用到的變數:{filtered_data}、{query}",
|
140 |
-
value=
|
141 |
interactive=True,
|
142 |
)
|
143 |
esgqa_chatbot = gr.Chatbot(
|
|
|
137 |
esgqa_prompt_tmpl = gr.Textbox(
|
138 |
label="希望用於本次問答的prompt",
|
139 |
info="必須使用到的變數:{filtered_data}、{query}",
|
140 |
+
value="",
|
141 |
interactive=True,
|
142 |
)
|
143 |
esgqa_chatbot = gr.Chatbot(
|