Spaces:
Running
Running
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
85 |
|
86 |
|
87 |
|
88 |
-
|
89 |
|
90 |
DESCRIPTION = """ㅤㅤㅤ [🍺]ㅤㅤㅤDrop your best results in the community: [rb.gy/pyaaoz](http://rb.gy/pyaaoz)"""
|
91 |
|
@@ -199,6 +199,7 @@ css = '''
|
|
199 |
h1{text-align:center}
|
200 |
'''
|
201 |
with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
|
|
202 |
gr.DuplicateButton(
|
203 |
value="Duplicate Space for private use",
|
204 |
elem_id="duplicate-button",
|
|
|
85 |
|
86 |
|
87 |
|
88 |
+
DESCRIPTIONs = """ㅤㅤㅤ """
|
89 |
|
90 |
DESCRIPTION = """ㅤㅤㅤ [🍺]ㅤㅤㅤDrop your best results in the community: [rb.gy/pyaaoz](http://rb.gy/pyaaoz)"""
|
91 |
|
|
|
199 |
h1{text-align:center}
|
200 |
'''
|
201 |
with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
202 |
+
gr.Markdown(DESCRIPTIONs)
|
203 |
gr.DuplicateButton(
|
204 |
value="Duplicate Space for private use",
|
205 |
elem_id="duplicate-button",
|