awacke1 commited on
Commit
aacfca5
1 Parent(s): 77129b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -129,7 +129,9 @@ def StreamLLMChatResponse(prompt):
129
  res_box.markdown(f'*{result}*')
130
  allresults=allresults+result
131
  except:
132
- st.write(' ')
 
 
133
  return allresults
134
  except:
135
  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).')
 
129
  res_box.markdown(f'*{result}*')
130
  allresults=allresults+result
131
  except:
132
+ st.write('Stream llm issue')
133
+
134
+ st.write(allresults)
135
  return allresults
136
  except:
137
  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).')