Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,11 @@ with gr.Blocks(theme=chat_theme) as chatbot:
|
|
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():
|
113 |
-
gr.
|
|
|
|
|
|
|
|
|
114 |
with gr.Row():
|
115 |
gr.ChatInterface(
|
116 |
fn = respond,
|
|
|
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():
|
113 |
+
gr.Image(
|
114 |
+
value="reconext_logo.png",
|
115 |
+
show_label=False,
|
116 |
+
show_share_button = False,
|
117 |
+
show_download_button = False)
|
118 |
with gr.Row():
|
119 |
gr.ChatInterface(
|
120 |
fn = respond,
|