Skip to content

Commit 983eb6b

Browse files
committed
update page title
1 parent 6926175 commit 983eb6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def is_running_in_docker():
3232

3333
# Configuration
3434
st.set_page_config(
35-
page_title="Ollama PDF Chat",
35+
page_title="Document Q&A",
3636
layout="wide",
3737
initial_sidebar_state="expanded"
3838
)
39-
st.title("Ollama PDF Chat")
39+
st.title("Document Q&A")
4040

4141
class ChatManager:
4242
"""Simplified chat management"""

0 commit comments

Comments
 (0)