mgokg commited on
Commit
1245333
·
verified ·
1 Parent(s): 657d295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -32,7 +32,10 @@ def process_pdf(uploaded_file, prompt):
32
 
33
 
34
  def suchen():
35
- print("hallo")
 
 
 
36
  # Hier kannst du deine Suchfunktion implementieren return
37
 
38
  with gr.Blocks() as demo:
 
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: