demetz commited on
Commit
761a615
·
verified ·
1 Parent(s): 7d6ab69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ chat_css="""
64
  }
65
  """
66
 
67
- with gr.Blocks(css=chat_css) as chatbot:
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",