bedrock123 commited on
Commit
6e3d989
·
1 Parent(s): 80b5570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -53,6 +53,8 @@ def host():
53
  # Run the interface
54
  iface.launch()
55
 
56
-
57
- if __name__ == "__main__":
58
- client()
 
 
 
53
  # Run the interface
54
  iface.launch()
55
 
56
+ client()
57
+ square(x)
58
+ cage(text, n)
59
+ caged_data(data)
60
+ host()