Spaces:
Sleeping
Sleeping
Commit
·
048ba72
1
Parent(s):
2a124d8
Update share_btn.py
Browse files- share_btn.py +2 -2
share_btn.py
CHANGED
@@ -63,9 +63,9 @@ share_js = """async () => {
|
|
63 |
|
64 |
const descriptionMd = `
|
65 |
|
66 |
-
| {randomLoRA_1_title} | | {randomLoRA_2_title}|
|
67 |
|---------|-----------|---------|
|
68 |
-
|  | + |  |
|
69 |
|
70 |
### Prompt
|
71 |
${prompt}
|
|
|
63 |
|
64 |
const descriptionMd = `
|
65 |
|
66 |
+
| ${randomLoRA_1_title} | | ${randomLoRA_2_title}|
|
67 |
|---------|-----------|---------|
|
68 |
+
|  | + |  |
|
69 |
|
70 |
### Prompt
|
71 |
${prompt}
|