Koomemartin commited on
Commit
598294b
·
verified ·
1 Parent(s): b2692e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ if st.button("Submit"):
57
  stream=True,
58
  )
59
  st.write('Passed model')
60
- response = ""
61
  try:
62
  for chunk in chat_streaming:
63
  content = chunk.choices[0].delta.content
 
57
  stream=True,
58
  )
59
  st.write('Passed model')
60
+ response = ""
61
  try:
62
  for chunk in chat_streaming:
63
  content = chunk.choices[0].delta.content