Spaces:
Sleeping
Sleeping
Commit
·
49ca0bd
1
Parent(s):
8189902
Update app.py
Browse files
app.py
CHANGED
@@ -30,13 +30,13 @@ if prompt:
|
|
30 |
share_box.markdown(
|
31 |
f"""
|
32 |
````
|
33 |
-
|
34 |
|
35 |
```
|
36 |
{prompt}
|
37 |
```
|
38 |
|
39 |
-
|
40 |
|
41 |
```
|
42 |
{output}
|
|
|
30 |
share_box.markdown(
|
31 |
f"""
|
32 |
````
|
33 |
+
**Prompt:**
|
34 |
|
35 |
```
|
36 |
{prompt}
|
37 |
```
|
38 |
|
39 |
+
**Output:**
|
40 |
|
41 |
```
|
42 |
{output}
|