CosmoAI commited on
Commit
871c773
·
verified ·
1 Parent(s): 1f67cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -48,7 +48,7 @@ if userinput := st.chat_input("Hi"):
48
 
49
 
50
  answer = model.generate_content(newuserinputstring)
51
-
52
 
53
- # with st.chat_message("Assistant"):
54
- # st.write(completetion.text)
 
 
48
 
49
 
50
  answer = model.generate_content(newuserinputstring)
 
51
 
52
+
53
+ with st.chat_message("Assistant"):
54
+ st.write(answer)