neha-ai-playground commited on
Commit
04a9dca
·
1 Parent(s): 07f7337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ if button:
8
  out = pipe(query)
9
  if query:
10
  out = pipe(query)
11
-
12
  st.json(out)
 
8
  out = pipe(query)
9
  if query:
10
  out = pipe(query)
11
+ st.write(out[0].label)
12
  st.json(out)