Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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!")
|