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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ Original file is located at
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
 
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