kasravisia commited on
Commit
71c641a
1 Parent(s): 8e75f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import pandas as pd
2
  import streamlit as st
3
  from mitosheet.streamlit.v1 import spreadsheet
 
4
 
5
- # Create a dataframe with pandas (you can pass any pandas dataframe)
6
  dataframe = pd.read_csv("woo.csv")
7
 
8
  # Display the dataframe in a Mito spreadsheet
 
1
  import pandas as pd
2
  import streamlit as st
3
  from mitosheet.streamlit.v1 import spreadsheet
4
+ st.set_page_config(layout="wide")
5
 
 
6
  dataframe = pd.read_csv("woo.csv")
7
 
8
  # Display the dataframe in a Mito spreadsheet