JiunYi commited on
Commit
b8a70b2
1 Parent(s): 9e81c77
Files changed (1) hide show
  1. app.py +1 -1
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=prompt_dict["qa"],
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(