Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ if 'key0' in st.session_state:
|
|
102 |
|
103 |
# Display a pie chart
|
104 |
col1, col2 = [1,1]
|
105 |
-
|
106 |
st.write('hi')
|
107 |
|
108 |
# Display the table
|
|
|
102 |
|
103 |
# Display a pie chart
|
104 |
col1, col2 = [1,1]
|
105 |
+
with col1:
|
106 |
st.write('hi')
|
107 |
|
108 |
# Display the table
|