Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,8 +159,6 @@ def main():
|
|
159 |
if pdf_path is not None:
|
160 |
query = st.text_input("Ask questions about your PDF file (in any preferred language):")
|
161 |
|
162 |
-
if cloud_button("Cloud Button Example", "cloud_button_key"):
|
163 |
-
st.write("Cloud button was clicked!")
|
164 |
|
165 |
if st.markdown('<button class="cloud-button">Was genau ist ein Belegarzt?</button>', unsafe_allow_html=True):
|
166 |
query = "Was genau ist ein Belegarzt?"
|
|
|
159 |
if pdf_path is not None:
|
160 |
query = st.text_input("Ask questions about your PDF file (in any preferred language):")
|
161 |
|
|
|
|
|
162 |
|
163 |
if st.markdown('<button class="cloud-button">Was genau ist ein Belegarzt?</button>', unsafe_allow_html=True):
|
164 |
query = "Was genau ist ein Belegarzt?"
|