joaopimenta commited on
Commit
72f76a3
·
verified ·
1 Parent(s): 63283ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ elif page== "📊 Tabular Data":
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:
 
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: