Spaces:
Sleeping
Sleeping
Commit
·
f1955c9
1
Parent(s):
9b6e71b
logo filename issue
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
from app_style import css, bot_template, user_template
|
4 |
from llm_chain import RAG_PDF
|
5 |
|
6 |
-
logo_image_path = "
|
7 |
|
8 |
def handle_userinput(user_question):
|
9 |
response = st.session_state.conversation({'question': user_question})
|
|
|
3 |
from app_style import css, bot_template, user_template
|
4 |
from llm_chain import RAG_PDF
|
5 |
|
6 |
+
logo_image_path = "Logo.png"
|
7 |
|
8 |
def handle_userinput(user_question):
|
9 |
response = st.session_state.conversation({'question': user_question})
|