Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|