mbosse99 commited on
Commit
9f8e9c3
·
1 Parent(s): e2c36cb

restore previous code

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -25,11 +25,6 @@ def upload_blob(pdf_name, json_data, pdf_data):
25
 
26
  st.write('Data and PDF have been successfully uploaded. The link to the chatbot for the potential candidates is the following: '+link)
27
 
28
- # Eingabefelder zurücksetzen
29
- st.text_input("Enter the job title:", value="")
30
- st.text_input("Enter the email:", value="")
31
- st.empty() # Leerzeichen hinzufügen, um die Submit-Taste zu verschieben
32
-
33
 
34
 
35
  def main():
 
25
 
26
  st.write('Data and PDF have been successfully uploaded. The link to the chatbot for the potential candidates is the following: '+link)
27
 
 
 
 
 
 
28
 
29
 
30
  def main():