Anne31415 commited on
Commit
efc06cf
·
1 Parent(s): ce703ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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?"