Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from llama_index.embeddings.gemini import GeminiEmbedding
|
|
| 12 |
from llama_index.core.memory import ChatMemoryBuffer
|
| 13 |
from llama_index.readers.web import FireCrawlWebReader
|
| 14 |
from llama_index.core import SummaryIndex
|
| 15 |
-
|
| 16 |
|
| 17 |
# Setup functions
|
| 18 |
def embed_setup():
|
|
|
|
| 12 |
from llama_index.core.memory import ChatMemoryBuffer
|
| 13 |
from llama_index.readers.web import FireCrawlWebReader
|
| 14 |
from llama_index.core import SummaryIndex
|
| 15 |
+
import streamlit_analytics2 as streamlit_analytics
|
| 16 |
|
| 17 |
# Setup functions
|
| 18 |
def embed_setup():
|