daviondk
commited on
Commit
·
80c68d0
1
Parent(s):
d0945b1
fix
Browse files
app.py
CHANGED
|
@@ -252,12 +252,12 @@ css = """
|
|
| 252 |
# Gradio UI
|
| 253 |
# ------------------------------
|
| 254 |
with gr.Blocks(title="Chat", css=css) as demo:
|
| 255 |
-
gr.HTML("""
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
""")
|
| 261 |
|
| 262 |
with gr.Row():
|
| 263 |
with gr.Column(scale=3):
|
|
|
|
| 252 |
# Gradio UI
|
| 253 |
# ------------------------------
|
| 254 |
with gr.Blocks(title="Chat", css=css) as demo:
|
| 255 |
+
#gr.HTML("""
|
| 256 |
+
#<div class="qwen-header">
|
| 257 |
+
# <h1>Style transfer chat</h1>
|
| 258 |
+
# <p>-----------------------</p>
|
| 259 |
+
#</div>
|
| 260 |
+
#""")
|
| 261 |
|
| 262 |
with gr.Row():
|
| 263 |
with gr.Column(scale=3):
|