Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as chatbot:
|
|
82 |
show_download_button=False
|
83 |
)
|
84 |
with gr.Column(scale=10):
|
85 |
-
gr.Markdown('<h1 class="gorf-font">Gorf\'s Character Creator</h1>')
|
86 |
|
87 |
with gr.Row():
|
88 |
|
|
|
82 |
show_download_button=False
|
83 |
)
|
84 |
with gr.Column(scale=10):
|
85 |
+
gr.Markdown('<h1 class="gorf-font">Gorf\'s Character Creator</h1>', elem_classes="gorf-font")
|
86 |
|
87 |
with gr.Row():
|
88 |
|