From d5c2ef48e7e3f49336f1551743a3cd55e93ca7e4 Mon Sep 17 00:00:00 2001 From: Jan <5099251+jank@users.noreply.github.com> Date: Thu, 16 Jan 2025 23:05:23 +0100 Subject: [PATCH] Add resizeable option to Gradio UI component for better usabilty (#234) --- src/smolagents/gradio_ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smolagents/gradio_ui.py b/src/smolagents/gradio_ui.py index e6d52e5..884a75f 100644 --- a/src/smolagents/gradio_ui.py +++ b/src/smolagents/gradio_ui.py @@ -184,6 +184,7 @@ class GradioUI: None, "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot_smol.png", ), + resizeable=True, ) # If an upload folder is provided, enable the upload feature if self.file_upload_folder is not None: