Spaces:
Running
Running
restore previous code
Browse files
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():
|