itsanurag commited on
Commit
40f302f
Β·
verified Β·
1 Parent(s): 47fa962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -99,8 +99,7 @@ with gr.Blocks(css=customCSS) as demo:
99
  gr.ChatInterface(
100
  generate,
101
  title = "πŸ€— RAG_FRIDAY_3.0 πŸ€– WELCOME TO OPEN-SOURCE FREEDOM πŸ€—",
102
- description = "Getting real-time updated results for prompts is still propreitary in face of GPT-4,Co-Pilot etc. This app serves as a open-source alternative for this!",
103
- "UPDATE: Previous version of this app i.e. RAG_FRIDAY_mark_2 has faced some techncial issues due to rate limit errors. Problem and solution have been updated by me thanks to this community thread: https://github.com/joaomdmoura/crewAI/issues/136",
104
  additional_inputs=additional_inputs,
105
  )
106
 
 
99
  gr.ChatInterface(
100
  generate,
101
  title = "πŸ€— RAG_FRIDAY_3.0 πŸ€– WELCOME TO OPEN-SOURCE FREEDOM πŸ€—",
102
+ description = "Getting real-time updated results for prompts is still propreitary in face of GPT-4,Co-Pilot etc. This app serves as a open-source alternative for this! UPDATE: Previous version of this app i.e. RAG_FRIDAY_mark_2 has faced some techncial issues due to rate limit errors. Problem and solution have been updated by me thanks to this community thread: https://github.com/joaomdmoura/crewAI/issues/136",
 
103
  additional_inputs=additional_inputs,
104
  )
105