Eunchan Lee commited on
Commit
c682f8a
1 Parent(s): 3a5d7ce

succcess revise

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ if submit_button:
96
 
97
  for i in range(3):
98
  st.markdown("**"+ plms[i] +"s Output: ** ")
99
- st.text(output_text[i])
100
  st.success(f"{i+1} of 3 are done!")
101
 
102
  st.success("Congrats!!! ALL DONE!")
96
 
97
  for i in range(3):
98
  st.markdown("**"+ plms[i] +"s Output: ** ")
99
+ st.success(output_text[i])
100
  st.success(f"{i+1} of 3 are done!")
101
 
102
  st.success("Congrats!!! ALL DONE!")