Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -209,7 +209,7 @@ class GradioUI:
|
|
| 209 |
"./resources/pop_quiz_master.png",
|
| 210 |
#"https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/communication/Alfred.png",
|
| 211 |
),
|
| 212 |
-
resizeable=True,
|
| 213 |
scale=1,
|
| 214 |
)
|
| 215 |
text_input = gr.Textbox(lines=1, label="Chat Message")
|
|
|
|
| 209 |
"./resources/pop_quiz_master.png",
|
| 210 |
#"https://huggingface.co/datasets/agents-course/course-images/resolve/main/en/communication/Alfred.png",
|
| 211 |
),
|
| 212 |
+
# resizeable=True,
|
| 213 |
scale=1,
|
| 214 |
)
|
| 215 |
text_input = gr.Textbox(lines=1, label="Chat Message")
|