asalhi85 commited on
Commit
d91454b
1 Parent(s): b915ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -176,9 +176,10 @@ google_key_component = gr.Textbox(
176
 
177
  image_prompt_component = gr.Image(type="pil", label="Image", scale=1)
178
  chatbot_component = gr.Chatbot(
179
- label='Gemini',
180
  bubble_full_width=False,
181
- scale=2
 
182
  )
183
  text_prompt_component = gr.Textbox(
184
  placeholder="Hi there!",
 
176
 
177
  image_prompt_component = gr.Image(type="pil", label="Image", scale=1)
178
  chatbot_component = gr.Chatbot(
179
+ label='Diyaa',
180
  bubble_full_width=False,
181
+ scale=2,
182
+ rtl=True
183
  )
184
  text_prompt_component = gr.Textbox(
185
  placeholder="Hi there!",