M17idd commited on
Commit
37d3f06
·
verified ·
1 Parent(s): 0de88e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -507,8 +507,6 @@ from langchain.chat_models import ChatOpenAI
507
  # تنظیمات
508
  folder_path = '46'
509
  normalizer = Normalizer()
510
- st.set_page_config(page_title="پرسش از اسناد", layout="wide")
511
- st.title("📄 دستیار هوشمند پرسش از اسناد")
512
 
513
  # حافظه گفتگو
514
  if "chat_history" not in st.session_state:
 
507
  # تنظیمات
508
  folder_path = '46'
509
  normalizer = Normalizer()
 
 
510
 
511
  # حافظه گفتگو
512
  if "chat_history" not in st.session_state: