Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ def extract_text_from_pdf(file_path):
|
|
19 |
|
20 |
def process_pdf(uploaded_file, prompt):
|
21 |
if uploaded_file is not None:
|
|
|
|
|
22 |
# Text aus der hochgeladenen PDF-Datei extrahieren
|
23 |
pdf_text = extract_text_from_pdf(uploaded_file.name)
|
24 |
timestamp = time.time()
|
|
|
19 |
|
20 |
def process_pdf(uploaded_file, prompt):
|
21 |
if uploaded_file is not None:
|
22 |
+
test = "hallo"
|
23 |
+
return test
|
24 |
# Text aus der hochgeladenen PDF-Datei extrahieren
|
25 |
pdf_text = extract_text_from_pdf(uploaded_file.name)
|
26 |
timestamp = time.time()
|