Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
b45166d
1
Parent(s):
75d2d27
Config based info to help users
Browse files
app.py
CHANGED
|
@@ -1236,14 +1236,14 @@ 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 |
-
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>""")
|
|
|
|
| 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; overflow-x: auto;">
|
| 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>""")
|