Engineer786 commited on
Commit
62a8e7c
·
verified ·
1 Parent(s): 443d818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ user_input = st.text_input("Your Prompt", placeholder="Type your question here..
45
  if st.button("Get Response"):
46
  with st.spinner("Fetching Response..."):
47
  response = get_model_response(user_input)
48
- st.write(f" {response}")
 
45
  if st.button("Get Response"):
46
  with st.spinner("Fetching Response..."):
47
  response = get_model_response(user_input)
48
+ st.write(f" {response}")