aliabid94 HF Staff commited on
Commit
4d1b66b
·
verified ·
1 Parent(s): 0763fd7

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -28,7 +28,7 @@ demo = gr.Interface(
28
  [0, "subtract", 1.2],
29
  ],
30
  title="Toy Calculator",
31
- description="Here's a sample toy calculator. Allows you to calculate things like $$2+2=4$$",
32
  )
33
 
34
  if __name__ == "__main__":
 
28
  [0, "subtract", 1.2],
29
  ],
30
  title="Toy Calculator",
31
+ description="Here's a sample toy calculator. Allows you to calculate things like $2+2=4$",
32
  )
33
 
34
  if __name__ == "__main__":