Spaces:
Sleeping
Sleeping
Commit ·
df90043
1
Parent(s): fc65396
updated readme
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
colorFrom: red
|
| 4 |
colorTo: purple
|
| 5 |
sdk: streamlit
|
| 6 |
sdk_version: 1.41.1
|
| 7 |
app_file: app.py
|
| 8 |
-
pinned: false
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Analytics Vidhya
|
| 3 |
+
emoji: 📊
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.41.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from langchain_text_splitters import CharacterTextSplitter
|
|
| 6 |
import os
|
| 7 |
import sentence_transformers
|
| 8 |
import json
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
|
|
|
| 6 |
import os
|
| 7 |
import sentence_transformers
|
| 8 |
import json
|
| 9 |
+
import streamlit as st
|
| 10 |
|
| 11 |
|
| 12 |
|