Yuvalamitay commited on
Commit
569f391
·
verified ·
1 Parent(s): f36429a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,10 +106,10 @@ chat_theme = gr.themes.Soft(
106
 
107
  with gr.Blocks(theme=chat_theme) as chatbot:
108
  with gr.Row():
109
- with gr.Column(size=3):
110
  gr.Markdown("""# TV Bot from RecoNext""")
111
  gr.Markdown("""### Hey! I’m your TV bot \nI help you find your next favorite TV show based on your age and taste. Just tell me what you're into!""")
112
- with gr.Column(size=1):
113
  gr.Image(
114
  value="reconext_logo.png",
115
  show_label=False,
 
106
 
107
  with gr.Blocks(theme=chat_theme) as chatbot:
108
  with gr.Row():
109
+ with gr.Column(scale=3):
110
  gr.Markdown("""# TV Bot from RecoNext""")
111
  gr.Markdown("""### Hey! I’m your TV bot \nI help you find your next favorite TV show based on your age and taste. Just tell me what you're into!""")
112
+ with gr.Column(scale=1):
113
  gr.Image(
114
  value="reconext_logo.png",
115
  show_label=False,