Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -648,6 +648,8 @@ def main():
|
|
648 |
# ---- JSON Batch Mode ----
|
649 |
with tab_batch:
|
650 |
st.subheader("Batch from JSON")
|
|
|
|
|
651 |
json_file = st.file_uploader("Upload JSON config", type=["json"])
|
652 |
if json_file:
|
653 |
cfg = json.load(json_file)
|
|
|
648 |
# ---- JSON Batch Mode ----
|
649 |
with tab_batch:
|
650 |
st.subheader("Batch from JSON")
|
651 |
+
url="https://chatgpt.com/g/g-689b64bc10e88191bca964eea6b438a6-grant-json-builder"
|
652 |
+
st.subheader("Grant JSON Builder" % url)
|
653 |
json_file = st.file_uploader("Upload JSON config", type=["json"])
|
654 |
if json_file:
|
655 |
cfg = json.load(json_file)
|