vesakkivignesh commited on
Commit
fb78cc6
·
1 Parent(s): 76b9d5c
Files changed (1) hide show
  1. README.md +20 -10
README.md CHANGED
@@ -1,10 +1,20 @@
1
- ---
2
- title: Your Space Title
3
- emoji: 🩺
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: gradio # or streamlit/other depending on your app framework
7
- sdk_version: "3.22.1" # your SDK version
8
- app_file: app.py # main app file, adjust if different
9
- pinned: false
10
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
3
+ </div>
4
+
5
+ # Run and deploy your AI Studio app
6
+
7
+ This contains everything you need to run your app locally.
8
+
9
+ View your app in AI Studio: https://ai.studio/apps/drive/1M1desnS263rQUQR9DYyqxqy7Lw0U_iL4
10
+
11
+ ## Run Locally
12
+
13
+ **Prerequisites:** Node.js
14
+
15
+
16
+ 1. Install dependencies:
17
+ `npm install`
18
+ 2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
19
+ 3. Run the app:
20
+ `npm run dev`