Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,9 @@ with gr.Blocks() as iface:
|
|
123 |
|
124 |
## More Info
|
125 |
|
126 |
-
- [Give us feedback](https://
|
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)
|