Spaces:
Runtime error
Runtime error
Commit ·
6e3d989
1
Parent(s): 80b5570
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,8 @@ def host():
|
|
| 53 |
# Run the interface
|
| 54 |
iface.launch()
|
| 55 |
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
|
|
|
|
|
|
|
|
| 53 |
# Run the interface
|
| 54 |
iface.launch()
|
| 55 |
|
| 56 |
+
client()
|
| 57 |
+
square(x)
|
| 58 |
+
cage(text, n)
|
| 59 |
+
caged_data(data)
|
| 60 |
+
host()
|