Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import os
|
|
6 |
# Define the function signature
|
7 |
def display_data(data: pd.DataFrame):
|
8 |
st.experimental_data_editor(data)
|
|
|
9 |
|
10 |
# Create the Streamlit app
|
11 |
def main():
|
|
|
6 |
# Define the function signature
|
7 |
def display_data(data: pd.DataFrame):
|
8 |
st.experimental_data_editor(data)
|
9 |
+
#st.experimental_data_editor
|
10 |
|
11 |
# Create the Streamlit app
|
12 |
def main():
|