Rahatara commited on
Commit
ede01b7
·
verified ·
1 Parent(s): 7ee831c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -10,8 +10,8 @@ print("google-generativeai:", genai.__version__)
10
 
11
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
12
 
13
- TITLE = """<h1 align="center">🕹️ Google Gemini Chatbot 🔥</h1>"""
14
- SUBTITLE = """<h2 align="center">🎨Create with Multimodal Gemini</h2>"""
15
 
16
 
17
  IMAGE_WIDTH = 512
@@ -88,7 +88,6 @@ bot_inputs = [google_key_component, image_prompt_component, temperature_componen
88
  with gr.Blocks() as demo:
89
  gr.HTML(TITLE)
90
  gr.HTML(SUBTITLE)
91
- gr.HTML(DUPLICATE)
92
  with gr.Column():
93
  google_key_component.render()
94
  with gr.Row():
 
10
 
11
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
12
 
13
+ TITLE = """<h1 align="center">🕹️ Gemini Against Gender Based Discrimination🔥</h1>"""
14
+ SUBTITLE = """<h2 align="center">🎨Check the discrimination in communication</h2>"""
15
 
16
 
17
  IMAGE_WIDTH = 512
 
88
  with gr.Blocks() as demo:
89
  gr.HTML(TITLE)
90
  gr.HTML(SUBTITLE)
 
91
  with gr.Column():
92
  google_key_component.render()
93
  with gr.Row():