wgcv commited on
Commit
bd10047
·
verified ·
1 Parent(s): 34321c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ def update_text(text):
20
  return text
21
 
22
  def get_shared_text():
 
23
  return shared_text
24
 
25
  with demo:
 
20
  return text
21
 
22
  def get_shared_text():
23
+ global shared_text
24
  return shared_text
25
 
26
  with demo: