mgokg commited on
Commit
7133415
·
verified ·
1 Parent(s): 55103ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def process_file(file):
45
  text += paragraph.text + "\n"
46
 
47
  result = mitteilung(text)
 
48
  return result
49
  return text
50
  #return [Document(text=text)]
 
45
  text += paragraph.text + "\n"
46
 
47
  result = mitteilung(text)
48
+ result= gr.Markdown("result")
49
  return result
50
  return text
51
  #return [Document(text=text)]