Tulika2000 commited on
Commit
39c0c7b
·
verified ·
1 Parent(s): ed4a43f

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 PromptTemplate, LLMChain
 
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 import LLMChain
12
+ langchain_core.prompts.PromptTemplate
13
  from googleapiclient.discovery import build
14
  import gradio as gr
15
  import html # For sanitizing user input