Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ Original file is located at
|
|
| 8 |
"""
|
| 9 |
|
| 10 |
import os
|
| 11 |
-
from langchain import 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.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
|