Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,9 @@ for r in stream:
|
|
42 |
if len(r.token.text) > 0:
|
43 |
result="".join(report).strip()
|
44 |
res_box.markdown(f'*{result}*')
|
45 |
-
|
|
|
|
|
46 |
#full_reply = ''.join()
|
47 |
#st.markdown(r.token.text, end = "")
|
48 |
#st.write(r.token.text)
|
|
|
42 |
if len(r.token.text) > 0:
|
43 |
result="".join(report).strip()
|
44 |
res_box.markdown(f'*{result}*')
|
45 |
+
except:
|
46 |
+
st.write(' ')
|
47 |
+
|
48 |
#full_reply = ''.join()
|
49 |
#st.markdown(r.token.text, end = "")
|
50 |
#st.write(r.token.text)
|