Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
010d827
1
Parent(s):
743b06e
Config based info to help users
Browse files
app.py
CHANGED
@@ -1226,7 +1226,7 @@ Would you like me to elaborate on any of these ideas or show how to implement th
|
|
1226 |
|
1227 |
with gr.Row():
|
1228 |
with gr.Column(scale=1):
|
1229 |
-
gr.
|
1230 |
with gr.Column(scale=2):
|
1231 |
gr.HTML(claude3_5_06072024configtips)
|
1232 |
with gr.Column(scale=1):
|
|
|
1226 |
|
1227 |
with gr.Row():
|
1228 |
with gr.Column(scale=1):
|
1229 |
+
gr.Code(json.dumps(originalconfigatbeinningofthisspace, indent=2), language=json) #originalconfigatbeinningofthisspace)
|
1230 |
with gr.Column(scale=2):
|
1231 |
gr.HTML(claude3_5_06072024configtips)
|
1232 |
with gr.Column(scale=1):
|