Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|