Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,5 @@ class GUI:
|
|
24 |
self.l_o_btn.update(visible=True)
|
25 |
self.inp.update(visible=True)
|
26 |
return self.greet(profile.name)
|
27 |
-
|
|
|
|
24 |
self.l_o_btn.update(visible=True)
|
25 |
self.inp.update(visible=True)
|
26 |
return self.greet(profile.name)
|
27 |
+
|
28 |
+
GUI()
|