Spaces:
Running
Running
James McCool
commited on
Commit
·
f85e35e
1
Parent(s):
53152e8
removed tab3
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def convert_df_to_csv(df):
|
|
93 |
dk_raw, fd_raw, dk_raw_sec, fd_raw_sec, roo_raw, timestamp = load_overall_stats()
|
94 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
95 |
|
96 |
-
tab1, tab2
|
97 |
|
98 |
with tab1:
|
99 |
|
|
|
93 |
dk_raw, fd_raw, dk_raw_sec, fd_raw_sec, roo_raw, timestamp = load_overall_stats()
|
94 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
95 |
|
96 |
+
tab1, tab2 = st.tabs(['Range of Outcomes', 'Uploads and Info'])
|
97 |
|
98 |
with tab1:
|
99 |
|