Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def add_custom_css():
|
|
48 |
add_custom_css()
|
49 |
|
50 |
# Streamlit App
|
51 |
-
st.title("
|
52 |
st.write("Ask a question and get a response using Groq's AI model!")
|
53 |
|
54 |
# Input for API key
|
|
|
48 |
add_custom_css()
|
49 |
|
50 |
# Streamlit App
|
51 |
+
st.title("Q&A Application with Groq API")
|
52 |
st.write("Ask a question and get a response using Groq's AI model!")
|
53 |
|
54 |
# Input for API key
|