Update app.py
Browse files
app.py
CHANGED
@@ -74,16 +74,12 @@ with gr.Blocks() as chatbot:
|
|
74 |
# gr.HTML(google_font_link)
|
75 |
|
76 |
with gr.Row():
|
77 |
-
with gr.Column(scale=1):
|
78 |
gr.Image(
|
79 |
-
value="
|
80 |
show_label=False,
|
81 |
show_share_button=False,
|
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 |
|
89 |
with gr.Column(scale=1):
|
|
|
74 |
# gr.HTML(google_font_link)
|
75 |
|
76 |
with gr.Row():
|
|
|
77 |
gr.Image(
|
78 |
+
value="logo.png",
|
79 |
show_label=False,
|
80 |
show_share_button=False,
|
81 |
show_download_button=False
|
82 |
)
|
|
|
|
|
|
|
83 |
with gr.Row():
|
84 |
|
85 |
with gr.Column(scale=1):
|