Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ iface = gr.Interface(
|
|
122 |
calculator,
|
123 |
["number", gr.Radio(["add", "subtract", "multiply", "divide"]), "number"],
|
124 |
"number",
|
125 |
-
description="Check out the crowd-sourced dataset at: [https://huggingface.co/
|
126 |
allow_flagging="manual",
|
127 |
flagging_options=["wrong sign", "off by one", "other"],
|
128 |
flagging_callback=hf_writer
|
|
|
122 |
calculator,
|
123 |
["number", gr.Radio(["add", "subtract", "multiply", "divide"]), "number"],
|
124 |
"number",
|
125 |
+
description="Check out the crowd-sourced dataset at: [https://huggingface.co/Sajjo/crowdsourced-calculator-demo](https://huggingface.co/Sajjo/crowdsourced-calculator-demo)",
|
126 |
allow_flagging="manual",
|
127 |
flagging_options=["wrong sign", "off by one", "other"],
|
128 |
flagging_callback=hf_writer
|