Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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:
|