diff --git "a/app_dialogue.py" "b/app_dialogue.py" --- "a/app_dialogue.py" +++ "b/app_dialogue.py" @@ -583,22 +583,15 @@ chatbot = gr.Chatbot( visible=False, avatar_images=[None, BOT_AVATAR], ) - -with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base()) as demo: +css=''' +.gradio-container{max-width: 970px!important} +''' +with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as demo: with gr.Row(scale=0.5): - gr.Image( - IDEFICS_LOGO, - show_label=False, - show_download_button=False, - show_share_button=False, - container=False, - height=40, - width=40, - ) - with gr.Row(): gr.HTML( - """