kanad13 commited on
Commit
a965c00
β€’
1 Parent(s): 4935c16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -167,12 +167,11 @@ def query_movie_db(user_query):
167
  import gradio as gr
168
 
169
  description_and_article = """
170
- Ask about movies and get detailed responses. For more details, checkout the code on [my github repo](https://github.com/kanad13/Movie-Recommendation-Bot).
171
-
172
- **My Movie Recommendation Bot** provides quick responses based on your queries but sometimes truncates replies due to token limitations in the free tier of Hugging Face resources.
173
 
 
174
  This is not a coding issue but a result of operating within the token limitations of the free tier of Hugging Face resources.
175
-
176
  To enhance response quality, better models and more resources could be used, but these come with higher costs, which I want to avoid as this is a hobby project.
177
  """
178
 
 
167
  import gradio as gr
168
 
169
  description_and_article = """
170
+ Ask this bot to recommend you a movie.
171
+ Checkout [my github repo](https://github.com/kanad13/Movie-Recommendation-Bot) to look at the code that powers this bot.
 
172
 
173
+ Note that the bot truncates replies due to token limitations in the free tier of Hugging Face resources.
174
  This is not a coding issue but a result of operating within the token limitations of the free tier of Hugging Face resources.
 
175
  To enhance response quality, better models and more resources could be used, but these come with higher costs, which I want to avoid as this is a hobby project.
176
  """
177