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