mgokg commited on
Commit
33ef355
·
verified ·
1 Parent(s): fd1055b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def question(prompt):
70
  for i in range(1, 19):
71
  ergebnis = ergebnis.replace(f"[{i}]", " ")
72
 
73
- ergebnis = gr.Markdown()
74
  return ergebnis
75
  # return as Dictionary, for gr.JSON
76
  #return {"body_text": body_text}
 
70
  for i in range(1, 19):
71
  ergebnis = ergebnis.replace(f"[{i}]", " ")
72
 
73
+ #ergebnis = gr.Markdown()
74
  return ergebnis
75
  # return as Dictionary, for gr.JSON
76
  #return {"body_text": body_text}