hemanth07k commited on
Commit
b89f329
·
verified ·
1 Parent(s): 8e03130
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
  from google import genai
4
  from google.genai import types
5
- from google.colab import userdata
6
 
7
  client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
8
 
 
2
  import gradio as gr
3
  from google import genai
4
  from google.genai import types
5
+
6
 
7
  client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
8