Spaces:
Runtime error
Runtime error
Commit
·
b45524c
1
Parent(s):
8717c3c
testing
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import google.generativeai as genai
|
|
7 |
google_api = 'AIzaSyAMlYqwvuQgekl8nlqc56XTqJVBufszrBU'
|
8 |
genai.configure(api_key=google_api)
|
9 |
from pathlib import Path
|
10 |
-
from IPython.display import Markdown
|
11 |
|
12 |
|
13 |
|
|
|
7 |
google_api = 'AIzaSyAMlYqwvuQgekl8nlqc56XTqJVBufszrBU'
|
8 |
genai.configure(api_key=google_api)
|
9 |
from pathlib import Path
|
10 |
+
# from IPython.display import Markdown
|
11 |
|
12 |
|
13 |
|