Closed adhamarif closed 1 year ago
Now the input function can be used perfectly and we can view our dataset in the dashboard. Continuation from #29
Other feature still in progress.
@till-teb I managed to change only a bit of your code in user_input.py so that it can be use with the streamlit.
user_input.py
streamlit_function.py is for the functions in streamlit, so that the code in main_page.py didnt look too messy.
streamlit_function.py
main_page.py
Now the input function can be used perfectly and we can view our dataset in the dashboard. Continuation from #29
Other feature still in progress.
@till-teb I managed to change only a bit of your code in
user_input.py
so that it can be use with the streamlit.streamlit_function.py
is for the functions in streamlit, so that the code inmain_page.py
didnt look too messy.