Update app.py
Browse files
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("
|
| 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(
|