haydenk commited on
Commit
11c7e42
1 Parent(s): b442a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 CortexChatV...')
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)