Spaces:
Running
Running
Update app.py
Browse files
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)
|