Roberta2024 commited on
Commit
bc9ad07
·
verified ·
1 Parent(s): f979626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def generate_response(user_message):
22
  if 'conversation' not in st.session_state:
23
  st.session_state.conversation = []
24
 
25
- st.title("Gemini QA System")
26
  st.write("Ask a question and get an answer from Gemini AI.")
27
 
28
  # User input
 
22
  if 'conversation' not in st.session_state:
23
  st.session_state.conversation = []
24
 
25
+ st.title("🦷🦷Gemini QA System🦷🦷")
26
  st.write("Ask a question and get an answer from Gemini AI.")
27
 
28
  # User input