Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,6 +159,9 @@ 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 st.markdown('<button class="cloud-button">Was genau ist ein Belegarzt?</button>', unsafe_allow_html=True):
|
163 |
query = "Was genau ist ein Belegarzt?"
|
164 |
if cloud_button("Wofür wird die Alpha-ID verwendet?", "alpha_id"):
|
|
|
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?"
|
167 |
if cloud_button("Wofür wird die Alpha-ID verwendet?", "alpha_id"):
|