itsanurag commited on
Commit
9cbaed2
1 Parent(s): 2142d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -97,8 +97,7 @@ customCSS = """
97
 
98
  with gr.Blocks(css=customCSS) as demo:
99
  gr.ChatInterface(
100
- fn=generate,
101
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
102
  title = "RAG_FRIDAY_3.0🤖 WELCOME TO OPEN-SOURCE FREEDOM🤗",
103
  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",
104
  additional_inputs=additional_inputs,
 
97
 
98
  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! 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,