Update app.py
Browse files
app.py
CHANGED
|
@@ -164,6 +164,7 @@ def main():
|
|
| 164 |
st.write(df)
|
| 165 |
|
| 166 |
if uploaded_file is not None:
|
|
|
|
| 167 |
with st.container():
|
| 168 |
st.subheader("Get Ai Suggestion")
|
| 169 |
left_column, right_column = st.columns([0.4,1])
|
|
|
|
| 164 |
st.write(df)
|
| 165 |
|
| 166 |
if uploaded_file is not None:
|
| 167 |
+
st.divider()
|
| 168 |
with st.container():
|
| 169 |
st.subheader("Get Ai Suggestion")
|
| 170 |
left_column, right_column = st.columns([0.4,1])
|