Pp commited on
Commit
395262d
·
verified ·
1 Parent(s): d6f57fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(theme=gr.themes.Citrus()) as demo:
113
  "### 🚀 Get Your Gemini API Key: \n"
114
  "1️⃣ Go to [Google AI Studio](https://aistudio.google.com/apikey) and log in. \n"
115
  "2️⃣ Generate your Gemini API Key. \n"
116
- "3️⃣ Copy it and paste it below. \n",
117
  elem_id="api_guide"
118
  )
119
  api_key_input = gr.Textbox(label="🔑 Enter Your Gemini API Key", type="password")
 
113
  "### 🚀 Get Your Gemini API Key: \n"
114
  "1️⃣ Go to [Google AI Studio](https://aistudio.google.com/apikey) and log in. \n"
115
  "2️⃣ Generate your Gemini API Key. \n"
116
+ "3️⃣ Copy it and paste it ➡️. \n",
117
  elem_id="api_guide"
118
  )
119
  api_key_input = gr.Textbox(label="🔑 Enter Your Gemini API Key", type="password")