Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ import time # To simulate character-by-character display
|
|
| 14 |
os.environ["GROQ_API_KEY"] = "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"
|
| 15 |
client = Groq()
|
| 16 |
|
| 17 |
-
st.title("
|
| 18 |
st.write(
|
| 19 |
"A tool to identify/describe Indian Landmarks in Indic Languages and chat about the image."
|
| 20 |
)
|
|
|
|
| 14 |
os.environ["GROQ_API_KEY"] = "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"
|
| 15 |
client = Groq()
|
| 16 |
|
| 17 |
+
st.title("Web Application on Indian Landmark Classifiers")
|
| 18 |
st.write(
|
| 19 |
"A tool to identify/describe Indian Landmarks in Indic Languages and chat about the image."
|
| 20 |
)
|