mgokg commited on
Commit
723e467
·
verified ·
1 Parent(s): 1245333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -31,12 +31,10 @@ def process_pdf(uploaded_file, prompt):
31
  return pdf_text
32
 
33
 
34
- def suchen():
35
-
36
  test = "hallo"
37
- outputs= test
38
  return test
39
- # Hier kannst du deine Suchfunktion implementieren return
40
 
41
  with gr.Blocks() as demo:
42
  gr.Markdown("Start typing below and then click **Run** to see the output.")
 
31
  return pdf_text
32
 
33
 
34
+ def suchen(inputs):
 
35
  test = "hallo"
 
36
  return test
37
+
38
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown("Start typing below and then click **Run** to see the output.")