zaephaer23 commited on
Commit
4f824aa
1 Parent(s): 756cf27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # Simple QnA Chatbot
2
  from langchain_community.llms import OpenAI
3
  from dotenv import load_dotenv
4
- from langchain_google_genai import GoogleGenerativeAI
5
  import streamlit as st
6
  import os
7
 
 
1
  # Simple QnA Chatbot
2
  from langchain_community.llms import OpenAI
3
  from dotenv import load_dotenv
4
+ #from langchain_google_genai import GoogleGenerativeAI
5
  import streamlit as st
6
  import os
7