Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
67949a9
1
Parent(s):
ca00fa5
Config based info to help users
Browse files
app.py
CHANGED
@@ -1236,6 +1236,17 @@ Would you like me to elaborate on any of these ideas or show how to implement th
|
|
1236 |
#display_tipsupdatedconfigatbeinningofthisspace = json.loads(tipsupdatedconfigatbeinningofthisspace)
|
1237 |
gr.HTML(f"<pre style='font-size: 6px;'>{display_tipsupdatedconfigatbeinningofthisspace}</pre>")
|
1238 |
#gr.Code(value=json.dumps(display_tipsupdatedconfigatbeinningofthisspace, indent=2), language="json")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1239 |
|
1240 |
with gr.Tab("Test and Edit Config"):
|
1241 |
gr.HTML("The main issue is frequent changes add more chances for bugs in how ")
|
|
|
1236 |
#display_tipsupdatedconfigatbeinningofthisspace = json.loads(tipsupdatedconfigatbeinningofthisspace)
|
1237 |
gr.HTML(f"<pre style='font-size: 6px;'>{display_tipsupdatedconfigatbeinningofthisspace}</pre>")
|
1238 |
#gr.Code(value=json.dumps(display_tipsupdatedconfigatbeinningofthisspace, indent=2), language="json")
|
1239 |
+
gr.HTML("""<div style="display: flex; justify-content: space-between;">
|
1240 |
+
<div style="flex: 1; margin: 0 10px; padding: 20px; background-color: #f0f0f0; text-align: center;">
|
1241 |
+
""" + display_originalconfigatbeinningofthisspace + """
|
1242 |
+
</div>
|
1243 |
+
<div style="flex: 1; margin: 0 10px; padding: 20px; background-color: #f0f0f0; text-align: center;">
|
1244 |
+
""" + display_claude3_5_06072024configtips + """
|
1245 |
+
</div>
|
1246 |
+
<div style="flex: 1; margin: 0 10px; padding: 20px; background-color: #f0f0f0; text-align: center;">
|
1247 |
+
""" + display_tipsupdatedconfigatbeinningofthisspace + """
|
1248 |
+
</div>
|
1249 |
+
</div>""")
|
1250 |
|
1251 |
with gr.Tab("Test and Edit Config"):
|
1252 |
gr.HTML("The main issue is frequent changes add more chances for bugs in how ")
|