mgokg commited on
Commit
26336ae
·
verified ·
1 Parent(s): 247f988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def ui_wrapper(dep, dest):
149
  markdown_table = json_to_markdown_table(results)
150
 
151
  #return results, markdown_table
152
- return output, markdown_table
153
 
154
 
155
  with gr.Blocks(title="DB JSON Fahrplan", theme=gr.themes.Soft()) as demo:
 
149
  markdown_table = json_to_markdown_table(results)
150
 
151
  #return results, markdown_table
152
+ return results, markdown_table
153
 
154
 
155
  with gr.Blocks(title="DB JSON Fahrplan", theme=gr.themes.Soft()) as demo: