updated description
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with col1:
|
|
132 |
# Display the title in the second column
|
133 |
with col2:
|
134 |
st.title("Urdu Virtual Assistant") # set the main title of the application
|
135 |
-
st.write("This application is a comprehensive speech-to-speech model designed to understand and respond in Urdu. It not only handles natural conversations but also has the capability to access and provide real-time information
|
136 |
|
137 |
# Add a text input box
|
138 |
audio = audiorecorder()
|
|
|
132 |
# Display the title in the second column
|
133 |
with col2:
|
134 |
st.title("Urdu Virtual Assistant") # set the main title of the application
|
135 |
+
st.write("This application is a comprehensive speech-to-speech model designed to understand and respond in Urdu. It not only handles natural conversations but also has the capability to access and provide real-time information through to it's integration with Tavily, a search engine which provides real-time data to the LLM. Whether you're asking for the weather or engaging in everyday dialogue, this assistant delivers accurate and context-aware responses, all in Urdu.")
|
136 |
|
137 |
# Add a text input box
|
138 |
audio = audiorecorder()
|