A-baoYang commited on
Commit
5b66c35
·
1 Parent(s): 0300c44
Files changed (1) hide show
  1. app.py +1 -1
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=prompt_dict["qa"],
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