gvarnayev commited on
Commit
06f8855
1 Parent(s): 6c19be1

Add more space in between

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def main():
139
 
140
  readable_analytics += f"{i+1}. {feature['name']}: {feature['response']}. Quotation: {feature['quotation']}. Timestamp: {start_time}-{end_time}\n\n\n"
141
  else:
142
- readable_analytics += f"{i+1}. {feature['name']}: {feature['response']}. Quotation: {feature['quotation']}"
143
  st.markdown(get_div(readable_analytics), unsafe_allow_html=True)
144
 
145
 
 
139
 
140
  readable_analytics += f"{i+1}. {feature['name']}: {feature['response']}. Quotation: {feature['quotation']}. Timestamp: {start_time}-{end_time}\n\n\n"
141
  else:
142
+ readable_analytics += f"{i+1}. {feature['name']}: {feature['response']}. Quotation: {feature['quotation']}\n\n\n"
143
  st.markdown(get_div(readable_analytics), unsafe_allow_html=True)
144
 
145