Tulika2000 commited on
Commit
440638f
·
verified ·
1 Parent(s): 7420c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ Original file is located at
8
  """
9
 
10
  import os
11
- from langchain import LLMChain, PromptTemplate
 
12
  from googleapiclient.discovery import build
13
  import gradio as gr
14
  import html # For sanitizing user input
 
8
  """
9
 
10
  import os
11
+ from langchain.chains import LLMChain
12
+ from langchain_core.prompts import PromptTemplate
13
  from googleapiclient.discovery import build
14
  import gradio as gr
15
  import html # For sanitizing user input