Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
|
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
# Textbox for user input with increased scale for better visibility
|
| 92 |
-
tb = gr.Textbox(scale=5, placeholder='Message
|
| 93 |
|
| 94 |
# Upload button for image files
|
| 95 |
up = gr.UploadButton("Attach File", file_types=["image"], scale=1)
|
|
|
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
# Textbox for user input with increased scale for better visibility
|
| 92 |
+
tb = gr.Textbox(scale=5, placeholder='Message CortexChat with Vision...')
|
| 93 |
|
| 94 |
# Upload button for image files
|
| 95 |
up = gr.UploadButton("Attach File", file_types=["image"], scale=1)
|