Update app.py
Browse files
app.py
CHANGED
@@ -284,9 +284,6 @@ def process_user_query(query: str, vectorstore, embedding_model, llm):
|
|
284 |
|
285 |
# ----------- اجرای Streamlit UI -----------
|
286 |
def run_chat_ui():
|
287 |
-
st.title("💬 دستیار هوشمند متنی بر اساس فایل CSV")
|
288 |
-
|
289 |
-
# بارگذاری ایندکس
|
290 |
csv_file_path = 'output (1).csv'
|
291 |
try:
|
292 |
vectorstore, embedding_model = build_vectorstore_from_csv(csv_file_path)
|
|
|
284 |
|
285 |
# ----------- اجرای Streamlit UI -----------
|
286 |
def run_chat_ui():
|
|
|
|
|
|
|
287 |
csv_file_path = 'output (1).csv'
|
288 |
try:
|
289 |
vectorstore, embedding_model = build_vectorstore_from_csv(csv_file_path)
|