Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def page1():
|
|
108 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
109 |
|
110 |
with col1:
|
111 |
-
st.title("Welcome to BinDocs
|
112 |
|
113 |
with col2:
|
114 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
@@ -132,7 +132,7 @@ def page1():
|
|
132 |
|
133 |
new_messages_placeholder = st.empty()
|
134 |
|
135 |
-
query = st.text_input("
|
136 |
|
137 |
add_vertical_space(2) # Adjust as per the desired spacing
|
138 |
|
|
|
108 |
col1, col2 = st.columns([3, 1]) # Adjust the ratio to your liking
|
109 |
|
110 |
with col1:
|
111 |
+
st.title("Welcome to BinDocs AI!")
|
112 |
|
113 |
with col2:
|
114 |
# Load and display the image in the right column, which will be the top-right corner of the page
|
|
|
132 |
|
133 |
new_messages_placeholder = st.empty()
|
134 |
|
135 |
+
query = st.text_input("Geben Sie hier Ihre Frage ein / Enter your question here:")
|
136 |
|
137 |
add_vertical_space(2) # Adjust as per the desired spacing
|
138 |
|