mkw18 commited on
Commit
40936b7
·
1 Parent(s): 227cc8d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def reset_state():
109
  messages = data['messages']
110
  answer = data['answer']
111
  idx = data['idx']
112
- return chatbot, messages, gr.update(value=""), gr.update(value="Show Answer"), answer, idx, gr.update(value=chatbot[-1][1].replace('汤面:', '').replace('你可以开始猜测汤底的内容,我会回答你的问题。请注意,我只能回答“是”或“否”。', '').replace('<p>', '').replace('</p>', '').strip()), False
113
 
114
 
115
  def show_hide_answer(answer, show_ans):
 
109
  messages = data['messages']
110
  answer = data['answer']
111
  idx = data['idx']
112
+ return chatbot, messages, gr.update(value=""), gr.update(value="Show Answer"), answer, idx, gr.update(value=data['story'].strip()), False
113
 
114
 
115
  def show_hide_answer(answer, show_ans):