Spaces:
Sleeping
Sleeping
bugfix
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="lime")) as demo:
|
|
98 |
esgsumm_prompt_tmpl = gr.Textbox(
|
99 |
label="希望用於本次問答的prompt",
|
100 |
info="必須使用到的變數:{filtered_data}、{query}",
|
101 |
-
value=
|
102 |
interactive=True,
|
103 |
)
|
104 |
esgsumm_report_output = gr.Textbox(
|
|
|
98 |
esgsumm_prompt_tmpl = gr.Textbox(
|
99 |
label="希望用於本次問答的prompt",
|
100 |
info="必須使用到的變數:{filtered_data}、{query}",
|
101 |
+
value="",
|
102 |
interactive=True,
|
103 |
)
|
104 |
esgsumm_report_output = gr.Textbox(
|