userIdc2024 commited on
Commit
ef52f9b
·
verified ·
1 Parent(s): 4e38513

Update src/Database/operations.py

Browse files
Files changed (1) hide show
  1. src/Database/operations.py +1 -1
src/Database/operations.py CHANGED
@@ -90,7 +90,7 @@ def find_img_gen_results(
90
 
91
  return out
92
  except Exception as e:
93
- st.error(e)
94
 
95
 
96
  def list_img_gen_categories(*, created_by: Optional[str] = None) -> List[str]:
 
90
 
91
  return out
92
  except Exception as e:
93
+ st.error(f"Operations File: {e}")
94
 
95
 
96
  def list_img_gen_categories(*, created_by: Optional[str] = None) -> List[str]: