Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ google_font_link = """
|
|
71 |
"""
|
72 |
|
73 |
with gr.Blocks() as chatbot:
|
74 |
-
gr.HTML(google_font_link)
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
@@ -82,7 +82,7 @@ with gr.Blocks() as chatbot:
|
|
82 |
show_download_button=False
|
83 |
)
|
84 |
with gr.Column(scale=10):
|
85 |
-
gr.Markdown(
|
86 |
|
87 |
with gr.Row():
|
88 |
|
|
|
71 |
"""
|
72 |
|
73 |
with gr.Blocks() as chatbot:
|
74 |
+
# gr.HTML(google_font_link)
|
75 |
|
76 |
with gr.Row():
|
77 |
with gr.Column(scale=1):
|
|
|
82 |
show_download_button=False
|
83 |
)
|
84 |
with gr.Column(scale=10):
|
85 |
+
gr.Markdown("""#Gorf's Character Shoppe""")
|
86 |
|
87 |
with gr.Row():
|
88 |
|