Anne31415 commited on
Commit
e228da0
·
1 Parent(s): 4ff3a2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 ChatBot!")
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("Ask questions about your PDF file (in any preferred language):")
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