Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ chat_css="""
|
|
64 |
}
|
65 |
"""
|
66 |
|
67 |
-
with gr.Blocks(
|
68 |
-
with gr.Row():
|
69 |
with gr.Column(scale=1):
|
70 |
gr.Image(
|
71 |
value="frog.png",
|
|
|
64 |
}
|
65 |
"""
|
66 |
|
67 |
+
with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Tangerine")])) as chatbot:
|
68 |
+
with gr.Row(max_height=150):
|
69 |
with gr.Column(scale=1):
|
70 |
gr.Image(
|
71 |
value="frog.png",
|