Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def main():
|
|
| 156 |
|
| 157 |
except Exception as e:
|
| 158 |
logger.error(f"Search error: {str(e)}")
|
| 159 |
-
|
| 160 |
|
| 161 |
# System status sidebar
|
| 162 |
with st.sidebar:
|
|
|
|
| 156 |
|
| 157 |
except Exception as e:
|
| 158 |
logger.error(f"Search error: {str(e)}")
|
| 159 |
+
st.error("Search operation failed")
|
| 160 |
|
| 161 |
# System status sidebar
|
| 162 |
with st.sidebar:
|