kwabs22 commited on
Commit
fb6adb6
·
1 Parent(s): 010d827

Config based info to help users

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.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):
 
1226
 
1227
  with gr.Row():
1228
  with gr.Column(scale=1):
1229
+ gr.Code(value=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):