Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ demo = gr.Interface(
|
|
24 |
gr.Radio(["+", "-", "*", "/"], label="Operation"),
|
25 |
],
|
26 |
outputs="text",
|
27 |
-
title="🧠
|
28 |
-
description="
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|
|
|
24 |
gr.Radio(["+", "-", "*", "/"], label="Operation"),
|
25 |
],
|
26 |
outputs="text",
|
27 |
+
title="🧠 AI Calculator",
|
28 |
+
description="",
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|