Spaces:
Sleeping
Sleeping
Vela commited on
Commit ·
0baa745
1
Parent(s): f4df33f
hello
Browse files
app/streamlit_functions.py
CHANGED
|
@@ -3,7 +3,6 @@ import sys
|
|
| 3 |
src_directory = os.path.abspath(os.path.join(os.path.dirname(__file__), "../..", "main"))
|
| 4 |
sys.path.append(src_directory)
|
| 5 |
import requests_app
|
| 6 |
-
import pandas as pd
|
| 7 |
|
| 8 |
def display_contents(option, streamlit):
|
| 9 |
try:
|
|
|
|
| 3 |
src_directory = os.path.abspath(os.path.join(os.path.dirname(__file__), "../..", "main"))
|
| 4 |
sys.path.append(src_directory)
|
| 5 |
import requests_app
|
|
|
|
| 6 |
|
| 7 |
def display_contents(option, streamlit):
|
| 8 |
try:
|