tjwrld commited on
Commit
4943d49
·
verified ·
1 Parent(s): db7690b

Update app.py

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