awacke1 commited on
Commit
8e72ad4
·
1 Parent(s): 294eaab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():