awacke1 commited on
Commit
96995fe
1 Parent(s): b704104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def chat_with_model(prompt, document_section, model_choice='gpt-3.5-turbo'):
171
  #result = result.replace("\n", "")
172
  res_box.markdown(f'*{result}*')
173
  except:
174
- st.write('.')
175
 
176
  full_reply_content = ''.join([m.get('content', '') for m in collected_messages])
177
  st.write("Elapsed time:")
 
171
  #result = result.replace("\n", "")
172
  res_box.markdown(f'*{result}*')
173
  except:
174
+ st.write(' ')
175
 
176
  full_reply_content = ''.join([m.get('content', '') for m in collected_messages])
177
  st.write("Elapsed time:")