Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,9 +151,9 @@ with gr.Blocks() as demo:
|
|
151 |
#dict_data = json.loads(result[1])
|
152 |
#values = list(result.values())
|
153 |
# Return the value at index 1
|
154 |
-
|
155 |
#json_data=gr.Markdown()
|
156 |
-
return result
|
157 |
#return result[1]
|
158 |
return json_data
|
159 |
|
|
|
151 |
#dict_data = json.loads(result[1])
|
152 |
#values = list(result.values())
|
153 |
# Return the value at index 1
|
154 |
+
json_data =result[1][0]
|
155 |
#json_data=gr.Markdown()
|
156 |
+
#return result
|
157 |
#return result[1]
|
158 |
return json_data
|
159 |
|