Testys commited on
Commit
f848328
·
1 Parent(s): 6d4fe2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def main():
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:
 
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: