HannahLin271 commited on
Commit
97a3a43
·
verified ·
1 Parent(s): f968a6f

Remove feedback form

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with app:
133
  user_input = gr.Textbox(lines=2, placeholder="Enter your message here...", label="User Input")
134
  state = gr.State([])
135
  debug_result = gr.Textbox(label="Debug: Full model output",value=full_output)
136
- input_hints = gr.Markdown("## 📝 Input Hints\n<br>1. Select a model from the dropdown list. \n<br> 2. Type your message in the text box, please try to input a complete sentence.\n<br> 3. Fill the [form](https://forms.office.com/e/PuTy4jrcQD) here to help us evaluate the model")
137
  chat_interface = gr.Interface(
138
  fn=predict,
139
  inputs=[
 
133
  user_input = gr.Textbox(lines=2, placeholder="Enter your message here...", label="User Input")
134
  state = gr.State([])
135
  debug_result = gr.Textbox(label="Debug: Full model output",value=full_output)
136
+ input_hints = gr.Markdown("## 📝 Input Hints\n<br>1. Select a model from the dropdown list. \n<br> 2. Type your message in the text box, please try to input a complete sentence.")
137
  chat_interface = gr.Interface(
138
  fn=predict,
139
  inputs=[