Harsh1306 commited on
Commit
16cb7a6
·
verified ·
1 Parent(s): da02406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("BharatCaptioner with Conversational Chatbot")
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
  )