nmariotto commited on
Commit
1fd32ad
·
verified ·
1 Parent(s): 93e0d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -49
app.py CHANGED
@@ -16,55 +16,6 @@ from googleapiclient.http import MediaIoBaseUpload
16
  import gspread
17
  import time
18
 
19
- # === PAGE CONFIG AND THEME ===
20
- st.markdown("""
21
- <style>
22
- html, body, [data-testid="stApp"] {
23
- background-color: #1e1e2f;
24
- color: #f0f0f0;
25
- font-family: 'Helvetica', sans-serif;
26
- }
27
-
28
- [data-testid="stHeader"] {
29
- background-color: #1e1e2f;
30
- }
31
-
32
- .stButton > button {
33
- background-color: #3b82f6;
34
- color: white;
35
- font-weight: 600;
36
- border: none;
37
- padding: 0.5em 1.2em;
38
- border-radius: 4px;
39
- }
40
-
41
- .stButton > button:hover {
42
- background-color: #2563eb;
43
- }
44
-
45
- label, .stRadio label, .stSelectbox label, .stTextInput label, .stTextArea label {
46
- color: #e2e8f0 !important;
47
- font-weight: 500;
48
- opacity: 1 !important;
49
- }
50
-
51
- div[role="radiogroup"] label,
52
- .stRadio > div label {
53
- opacity: 1 !important;
54
- color: #e2e8f0 !important;
55
- }
56
-
57
- input, textarea {
58
- color: #ffffff !important;
59
- background-color: #2c2c3a;
60
- border-radius: 4px;
61
- }
62
-
63
- .stMarkdown h1, .stMarkdown h2, .stMarkdown h3 {
64
- color: #ffffff;
65
- }
66
- </style>
67
- """, unsafe_allow_html=True)
68
 
69
  # 🔥 Initialize Roboflow
70
  API_KEY = "mGkz7QhkhD90YfeiaOxV"
 
16
  import gspread
17
  import time
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  # 🔥 Initialize Roboflow
21
  API_KEY = "mGkz7QhkhD90YfeiaOxV"