owl123 commited on
Commit ·
d412f15
1
Parent(s): 180ad16
replacing divider with markdown
Browse files
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 |
-
|
| 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.markdown("""---""")
|
| 31 |
|
| 32 |
openai.api_key = st.secrets["OPENAI_API_KEY"]
|
| 33 |
|