Rahatara commited on
Commit
5b10c9d
·
verified ·
1 Parent(s): d73ac2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ bot_inputs = [
160
 
161
 
162
  with gr.Blocks(theme="earneleh/paris") as demo:
163
- gr.Markdown("##Gemini-2.0 Multimodal Chatbot")
164
  with gr.Row():
165
  google_key_component.render()
166
  with gr.Row():
 
160
 
161
 
162
  with gr.Blocks(theme="earneleh/paris") as demo:
163
+ gr.Markdown("<h1 style='font-size: 36px; font-weight: bold; font-family: Arial;'>Gemini 2.0 Multimodal Chatbot</h1>")
164
  with gr.Row():
165
  google_key_component.render()
166
  with gr.Row():