M17idd commited on
Commit
0ef1b05
·
1 Parent(s): 66fbf6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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)