Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ if user_input:
|
|
| 68 |
st.markdown("### 💬 Answer")
|
| 69 |
st.write(answer.group(1).strip())
|
| 70 |
|
| 71 |
-
if not reasoning and not answer
|
| 72 |
|
| 73 |
st.warning("Hmm... Baro didn’t follow the expected format. Try again or rephrase.")
|
| 74 |
st.markdown("### 🧪 Raw Output")
|
|
|
|
| 68 |
st.markdown("### 💬 Answer")
|
| 69 |
st.write(answer.group(1).strip())
|
| 70 |
|
| 71 |
+
if not reasoning and not answer:
|
| 72 |
|
| 73 |
st.warning("Hmm... Baro didn’t follow the expected format. Try again or rephrase.")
|
| 74 |
st.markdown("### 🧪 Raw Output")
|