Spaces:
Sleeping
Sleeping
Update backend_generator.py
Browse files- backend_generator.py +2 -0
backend_generator.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
def generate_backend(dashboard_html, chat_interface_html, backend_url):
|
| 2 |
"""Generate the Gradio backend code based on dashboard parameters"""
|
| 3 |
# Analyze dashboard parameters
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
|
| 3 |
def generate_backend(dashboard_html, chat_interface_html, backend_url):
|
| 4 |
"""Generate the Gradio backend code based on dashboard parameters"""
|
| 5 |
# Analyze dashboard parameters
|