skanaujiya commited on
Commit
36d9343
·
verified ·
1 Parent(s): fd2e83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with col2:
69
 
70
  # Output display in the third column
71
  with col3:
72
- st.subheader("Output:")
73
  if 'output' in st.session_state and st.session_state.output:
74
  st.markdown(f'<div class="output">{st.session_state.output}</div>', unsafe_allow_html=True)
75
  if 'error' in st.session_state and st.session_state.error:
 
69
 
70
  # Output display in the third column
71
  with col3:
72
+ st.subheader("Output:")
73
  if 'output' in st.session_state and st.session_state.output:
74
  st.markdown(f'<div class="output">{st.session_state.output}</div>', unsafe_allow_html=True)
75
  if 'error' in st.session_state and st.session_state.error: