owl123 commited on
Commit
180ad16
1 Parent(s): bc6f217

Commented st.divider()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def format_exchanges(exchanges):
27
  st.image("icon_" + exchanges[i]["role"] + ".png", width=50)
28
  with text:
29
  st.markdown(exchanges[i]["content"])
30
- st.divider()
31
 
32
  openai.api_key = st.secrets["OPENAI_API_KEY"]
33
 
 
27
  st.image("icon_" + exchanges[i]["role"] + ".png", width=50)
28
  with text:
29
  st.markdown(exchanges[i]["content"])
30
+ #st.divider()
31
 
32
  openai.api_key = st.secrets["OPENAI_API_KEY"]
33