Omnibus commited on
Commit
48d96ae
1 Parent(s): d3a8ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -89,6 +89,9 @@ def start_threads(prompt):
89
  t2.start()
90
  print (t1)
91
  print (t2)
 
 
 
92
 
93
  css="""
94
  .grid_class{
 
89
  t2.start()
90
  print (t1)
91
  print (t2)
92
+ a1,a2=t1
93
+ b1,b2=t2
94
+ return a1,a2
95
 
96
  css="""
97
  .grid_class{