samidh commited on
Commit
9e7a8dc
·
verified ·
1 Parent(s): c5ab1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -123,9 +123,9 @@ with gr.Blocks() as iface:
123
 
124
  ## More Info
125
 
126
- - [Give us feedback](https://example.com) to help us improve
127
- - Read our FAQ to learn more about CoPE
128
- - Join our mailing list to keep in touch
129
  """)
130
 
131
  submit_btn.click(predict, inputs=[content_input, policy_input], outputs=output)
 
123
 
124
  ## More Info
125
 
126
+ - [Give us feedback](https://forms.gle/BHpt6BpH2utaf4ez9) to help us improve
127
+ - [Read our FAQ](https://docs.google.com/document/d/1Cp3GJ5k2I-xWZ4GK9WI7Xv8TpKdHmjJ3E9RbzP5Cc_Y/edit) to learn more about CoPE
128
+ - [Join our mailing list](https://forms.gle/PCABrZdhTuXE9w9ZA) to keep in touch
129
  """)
130
 
131
  submit_btn.click(predict, inputs=[content_input, policy_input], outputs=output)