hunkim commited on
Commit
389970f
1 Parent(s): ef8a586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ if button:
58
  output_text = gpt(textbox)
59
  else:
60
  output_text = " "
61
- st.markdown("### "+output_text)
 
58
  output_text = gpt(textbox)
59
  else:
60
  output_text = " "
61
+ st.markdown(output_text)