rashid01 commited on
Commit
1c3d281
·
verified ·
1 Parent(s): 60aefb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from langchain_google_genai import ChatGoogleGenerativeAI
3
 
4
  # Set the title of the app
5
- st.title("Math Quiz Generation Bot")
6
 
7
  # Initialize the language model with the provided API key
8
  llm = ChatGoogleGenerativeAI(
 
2
  from langchain_google_genai import ChatGoogleGenerativeAI
3
 
4
  # Set the title of the app
5
+ st.title("MathMind Arena")
6
 
7
  # Initialize the language model with the provided API key
8
  llm = ChatGoogleGenerativeAI(