JumaRubea commited on
Commit
54c88d0
·
verified ·
1 Parent(s): 9d5b6df

Update src/file.py

Browse files
Files changed (1) hide show
  1. src/file.py +2 -5
src/file.py CHANGED
@@ -27,9 +27,6 @@ def is_overloaded():
27
  return False
28
 
29
  st.title("Juma's Assistant")
30
- if is_overloaded():
31
- st.error(OVERLOAD_MESSAGE)
32
- else:
33
- # Put your normal app UI here
34
- st.success("Welcome \nJuma is under very high request. come back soon")
35
 
 
27
  return False
28
 
29
  st.title("Juma's Assistant")
30
+ # Put your normal app UI here
31
+ st.success("Welcome \nJuma is under very high request. come back soon")
 
 
 
32