Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ elif page== "📊 Tabular Data":
|
|
331 |
# 🎭 **Streamlit UI**
|
332 |
st.title("🩺 AI-Powered Patient Readmission Analysis")
|
333 |
|
334 |
-
|
335 |
try:
|
336 |
response = chatbot.chat(hugging_prompt) # Certifica-te de que este método está correto
|
337 |
if not response:
|
|
|
331 |
# 🎭 **Streamlit UI**
|
332 |
st.title("🩺 AI-Powered Patient Readmission Analysis")
|
333 |
|
334 |
+
with st.spinner("🤖 Analyzing..."):
|
335 |
try:
|
336 |
response = chatbot.chat(hugging_prompt) # Certifica-te de que este método está correto
|
337 |
if not response:
|