Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
cdc4555
1
Parent(s):
7e7e06d
Config based info to help users
Browse files
app.py
CHANGED
@@ -1228,7 +1228,7 @@ Would you like me to elaborate on any of these ideas or show how to implement th
|
|
1228 |
with gr.Column(scale=1):
|
1229 |
gr.Code(value=json.dumps(json.loads(originalconfigatbeinningofthisspace), indent=2), language="json") #originalconfigatbeinningofthisspace)
|
1230 |
with gr.Column(scale=2):
|
1231 |
-
gr.HTML(f"{claude3_5_06072024configtips.replace(
|
1232 |
with gr.Column(scale=1):
|
1233 |
gr.Code(value=json.dumps(json.loads(tipsupdatedconfigatbeinningofthisspace), indent=2), language="json")
|
1234 |
gr.HTML(tipsupdatedconfigatbeinningofthisspace)
|
|
|
1228 |
with gr.Column(scale=1):
|
1229 |
gr.Code(value=json.dumps(json.loads(originalconfigatbeinningofthisspace), indent=2), language="json") #originalconfigatbeinningofthisspace)
|
1230 |
with gr.Column(scale=2):
|
1231 |
+
gr.HTML(f"{claude3_5_06072024configtips.replace('', ' ').replace('\n', '<br>')}")
|
1232 |
with gr.Column(scale=1):
|
1233 |
gr.Code(value=json.dumps(json.loads(tipsupdatedconfigatbeinningofthisspace), indent=2), language="json")
|
1234 |
gr.HTML(tipsupdatedconfigatbeinningofthisspace)
|