npc0 commited on
Commit
caf9c68
1 Parent(s): ffab851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()