sidagarwal04 commited on
Commit
43806ce
·
verified ·
1 Parent(s): 1f0ef9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import re
5
  import gradio as gr
6
  from neo4j import GraphDatabase
7
 
8
- genai.configure(api_key = geminikey)
9
 
10
  def get_answer(input):
11
 
 
5
  import gradio as gr
6
  from neo4j import GraphDatabase
7
 
8
+ genai.configure(api_key = "GEMINI_API_KEY")
9
 
10
  def get_answer(input):
11