awacke1 commited on
Commit
f13ea82
1 Parent(s): 3bdc01b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def StreamLLMChatResponse(prompt):
128
  res_box.markdown(f'*{result}*')
129
  except:
130
  st.write(' ')
131
- return collected_messages
132
  except:
133
  st.write('DromeLlama is asleep. Starting up now on A10 - please give 5 minutes then retry as KEDA scales up from zero to activate running container(s).')
134
 
 
128
  res_box.markdown(f'*{result}*')
129
  except:
130
  st.write(' ')
131
+ return "".join(report).strip().
132
  except:
133
  st.write('DromeLlama is asleep. Starting up now on A10 - please give 5 minutes then retry as KEDA scales up from zero to activate running container(s).')
134