mgokg commited on
Commit
b138465
·
verified ·
1 Parent(s): c4b5495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ def mitteilung(input):
18
  input_text=f"{input}",
19
  api_name="/generate_press_release"
20
  )
21
- print(result)
 
22
 
23
  def process_pdf(file):
24
  # Read the PDF content
 
18
  input_text=f"{input}",
19
  api_name="/generate_press_release"
20
  )
21
+ return result
22
+
23
 
24
  def process_pdf(file):
25
  # Read the PDF content