Spaces:
Running
Running
Update run.py
Browse files
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
|
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__":
|