Nikhil0987 commited on
Commit
7df76ad
·
verified ·
1 Parent(s): e0f18c1

Update app.py

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