sotosbarl commited on
Commit
f283d99
·
verified ·
1 Parent(s): 50df5e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -47,5 +47,9 @@ if text:
47
 
48
  answer = dictionary[output][output2]
49
 
 
 
 
 
50
  st.text(answer)
51
 
 
47
 
48
  answer = dictionary[output][output2]
49
 
50
+ st.text(output)
51
+ st.text(output2)
52
+
53
+
54
  st.text(answer)
55