Spaces:
Paused
Paused
restructure
Browse files
hello_world.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import pandas as pd
|
3 |
-
import os
|
4 |
-
import re
|
5 |
-
import time
|
6 |
-
from .utils import get_runs, download_data, get_list_col_lengths, explode_data
|
7 |
-
import .plotting as plotting
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
st.write('HELLO BOITCHES')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dashboard.py β opendashboards/dashboard.py
RENAMED
File without changes
|
opendashboards/hello_world.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
from .utils.utils import get_data
|
3 |
+
st.write('HELLO BOITCHES')
|
plotting.py β opendashboards/utils/plotting.py
RENAMED
File without changes
|
utils.py β opendashboards/utils/utils.py
RENAMED
File without changes
|