Spaces:
Running
Running
Commit
·
728e884
1
Parent(s):
1b786a3
Update ASCARIS.py
Browse files- ASCARIS.py +8 -0
ASCARIS.py
CHANGED
@@ -14,6 +14,14 @@ import streamlit as st
|
|
14 |
import gzip
|
15 |
|
16 |
showWarningOnDirectExecution = False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
def convert_df(df):
|
19 |
return df.to_csv(index=False).encode('utf-8')
|
|
|
14 |
import gzip
|
15 |
|
16 |
showWarningOnDirectExecution = False
|
17 |
+
[theme]
|
18 |
+
|
19 |
+
primaryColor="#d33682"
|
20 |
+
backgroundColor="#002b36"
|
21 |
+
secondaryBackgroundColor="#586e75"
|
22 |
+
textColor="#fafafa"
|
23 |
+
font="sans serif"
|
24 |
+
|
25 |
|
26 |
def convert_df(df):
|
27 |
return df.to_csv(index=False).encode('utf-8')
|