fschwartzer commited on
Commit
ecef803
1 Parent(s): 428deae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -25
app.py CHANGED
@@ -70,31 +70,6 @@ def knn_predict(df, target_column, features_columns, k=5):
70
  # Set wide mode
71
  st.set_page_config(layout="wide")
72
 
73
- # Set dark theme
74
- st.markdown(
75
- """
76
- <style>
77
- @font-face {font-family: 'Quicksand';
78
- src: url('font/Quicksand-VariableFont_wght.ttf') format('truetype');
79
-
80
- }
81
- body {
82
- color: white;
83
- background-color: #1e1e1e;
84
- font-family: 'Quicksand', sans-serif;
85
- }
86
- .st-df-header, .st-df-body, .st-df-caption {
87
- color: #f8f9fa; /* Bootstrap table header text color */
88
- }
89
- .st-eb {
90
- background-color: #343a40; /* Streamlit exception box background color */
91
- }
92
- </style>
93
- """,
94
- unsafe_allow_html=True
95
- )
96
-
97
-
98
  # Create a DataFrame with sample data
99
  data = pd.read_excel('data_nexus.xlsx')
100
 
 
70
  # Set wide mode
71
  st.set_page_config(layout="wide")
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  # Create a DataFrame with sample data
74
  data = pd.read_excel('data_nexus.xlsx')
75