Spaces:
Runtime error
Runtime error
Commit
·
1872364
1
Parent(s):
bdd09b1
Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,5 @@ recent_grads_np=np.array(recent_grads[['unemployed', 'low_wage_jobs']])
|
|
78 |
print(type(recent_grads_np))
|
79 |
|
80 |
print(np.corrcoef(recent_grads_np[:,0], recent_grads_np[:,1]))
|
81 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs=recent_grads[(recent_grads['sharewomen']==max_sw)
|
82 |
iface.launch()
|
|
|
78 |
print(type(recent_grads_np))
|
79 |
|
80 |
print(np.corrcoef(recent_grads_np[:,0], recent_grads_np[:,1]))
|
81 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs=recent_grads[(recent_grads['sharewomen']==max_sw])
|
82 |
iface.launch()
|