Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -110,7 +110,7 @@ def APP():
|
|
110 |
if plan_response.get("status")=="active":
|
111 |
|
112 |
|
113 |
-
st.code(f"{plan_response.get(
|
114 |
else:
|
115 |
st.warning(">>>Error")
|
116 |
|
|
|
110 |
if plan_response.get("status")=="active":
|
111 |
|
112 |
|
113 |
+
st.code(f"{plan_response.get('plan')}", language="python")
|
114 |
else:
|
115 |
st.warning(">>>Error")
|
116 |
|