Anne31415 commited on
Commit
957dbba
·
1 Parent(s): 9eb733f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -134,6 +134,8 @@ def main():
134
  new_messages_placeholder = st.empty()
135
 
136
  query = st.text_input("Ask questions about your PDF file (in any preferred language):")
 
 
137
 
138
  # Create two columns for the buttons
139
  col1, col2 = st.columns(2)
 
134
  new_messages_placeholder = st.empty()
135
 
136
  query = st.text_input("Ask questions about your PDF file (in any preferred language):")
137
+
138
+ add_vertical_space(2) # Adjust as per the desired spacing
139
 
140
  # Create two columns for the buttons
141
  col1, col2 = st.columns(2)