Paul Ke commited on
Commit
c4a2a80
·
verified ·
1 Parent(s): 05b1135

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +0 -6
streamlit_app.py CHANGED
@@ -14,12 +14,6 @@ import google.generativeai as genai
14
  from pathlib import Path
15
  import tempfile
16
 
17
- from google.generativeai.types import (
18
- HarmCategory,
19
- HarmBlockThreshold,
20
- SafetySetting,
21
- )
22
-
23
  from dotenv import load_dotenv
24
  load_dotenv()
25
 
 
14
  from pathlib import Path
15
  import tempfile
16
 
 
 
 
 
 
 
17
  from dotenv import load_dotenv
18
  load_dotenv()
19