YaserDS-777 commited on
Commit
f6cad85
1 Parent(s): d76ea0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,4 +90,5 @@ if 'history' in st.session_state:
90
  for query, response_mistral in st.session_state.history:
91
  st.write(f"**Query:** {query}")
92
  st.markdown(f"<span class='response'>**Response from Mistral-7B-Instruct-v0.3:** {response_mistral}</span>", unsafe_allow_html=True)
93
- st.write("---")
 
 
90
  for query, response_mistral in st.session_state.history:
91
  st.write(f"**Query:** {query}")
92
  st.markdown(f"<span class='response'>**Response from Mistral-7B-Instruct-v0.3:** {response_mistral}</span>", unsafe_allow_html=True)
93
+ st.write("---")
94
+