Sajjo commited on
Commit
0b26145
·
verified ·
1 Parent(s): 2836de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/datasets/aliabd/crowdsourced-calculator-demo](https://huggingface.co/datasets/aliabd/crowdsourced-calculator-demo)",
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