Spaces:
Sleeping
Sleeping
updated ui
Browse files
app/ui.py
CHANGED
|
@@ -65,7 +65,7 @@ with gr.Blocks(title="IELTS Writing Assistant", fill_height=True, css=APP_CSS) a
|
|
| 65 |
gr.Markdown(
|
| 66 |
"""
|
| 67 |
**How to use (and privacy):**
|
| 68 |
-
Go to the **Settings** tab → paste your **Google API key** from **Google AI Studio** → click **Save
|
| 69 |
The key is stored **Temporarily** in that session (in `.env`) and is **not shared** with anyone else (including me).
|
| 70 |
|
| 71 |
**Task 1:** upload the image/chart and paste your full response.
|
|
|
|
| 65 |
gr.Markdown(
|
| 66 |
"""
|
| 67 |
**How to use (and privacy):**
|
| 68 |
+
Go to the **Settings** tab → paste your **Google API key** from **Google AI Studio** → click **Save Session Key**.
|
| 69 |
The key is stored **Temporarily** in that session (in `.env`) and is **not shared** with anyone else (including me).
|
| 70 |
|
| 71 |
**Task 1:** upload the image/chart and paste your full response.
|