Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
75d2d27
1
Parent(s):
682a3d3
Config based info to help users
Browse files
app.py
CHANGED
@@ -1237,13 +1237,13 @@ Would you like me to elaborate on any of these ideas or show how to implement th
|
|
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;
|
1241 |
""" + display_originalconfigatbeinningofthisspace + """
|
1242 |
</div>
|
1243 |
-
<div style="flex: 1; margin: 0 10px; padding: 20px;
|
1244 |
""" + display_claude3_5_06072024configtips + """
|
1245 |
</div>
|
1246 |
-
<div style="flex: 1; margin: 0 10px; padding: 20px;
|
1247 |
""" + display_tipsupdatedconfigatbeinningofthisspace + """
|
1248 |
</div>
|
1249 |
</div>""")
|
|
|
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; text-align: center;">
|
1241 |
""" + display_originalconfigatbeinningofthisspace + """
|
1242 |
</div>
|
1243 |
+
<div style="flex: 1; margin: 0 10px; padding: 20px; text-align: center;">
|
1244 |
""" + display_claude3_5_06072024configtips + """
|
1245 |
</div>
|
1246 |
+
<div style="flex: 1; margin: 0 10px; padding: 20px; text-align: center;">
|
1247 |
""" + display_tipsupdatedconfigatbeinningofthisspace + """
|
1248 |
</div>
|
1249 |
</div>""")
|