Engineer786 commited on
Commit
1d465ff
·
verified ·
1 Parent(s): 643c614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ user_input = st.text_input("Your Prompt", placeholder="Type your question here..
46
  if st.button("Get Response"):
47
  with st.spinner("Fetching Response..."):
48
  response = get_model_response(user_input)
49
- st.write(f"**Model Response:** {response}")
50
 
51
  # Success message animation
52
  st.success("Response retrieved successfully!")
 
46
  if st.button("Get Response"):
47
  with st.spinner("Fetching Response..."):
48
  response = get_model_response(user_input)
49
+ st.write(f" {response}")
50
 
51
  # Success message animation
52
  st.success("Response retrieved successfully!")