mbosse99 commited on
Commit
e2c36cb
·
1 Parent(s): 1259f25

Empty input fields after upload

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -25,6 +25,12 @@ 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
 
29
  def main():
30
  st.markdown(
 
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():
36
  st.markdown(