Temuzin64 commited on
Commit
4a97976
·
verified ·
1 Parent(s): a2f30b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,6 +42,6 @@ with st.form(key="myForm"):
42
  submit = st.form_submit_button("Submit", type='primary')
43
  if submit and prompt:
44
  with st.spinner("Generating Response"):
45
- response = model.invoke(prompt)
46
- st.write(response)
47
 
 
42
  submit = st.form_submit_button("Submit", type='primary')
43
  if submit and prompt:
44
  with st.spinner("Generating Response"):
45
+ response = model.invoke(prompt)
46
+ st.write(response)
47