markredito commited on
Commit
57e7620
·
verified ·
1 Parent(s): f3752e3

removed titles to chat box

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,8 +136,8 @@ with gr.Blocks() as demo:
136
  gr.ChatInterface(
137
  fn=chat_response,
138
  additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
139
- title="RAG Chatbot",
140
- description="Ask me anything about the documents in my knowledge base!",
141
  examples=[
142
  ["How to do great work by Paul Graham?", 512, 0.7, 0.95],
143
  ["What are the key points in the article about doing great work?", 512, 0.7, 0.95],
 
136
  gr.ChatInterface(
137
  fn=chat_response,
138
  additional_inputs=[max_tokens_slider, temperature_slider, top_p_slider],
139
+ #title="RAG Chatbot",
140
+ #description="Ask me anything about the documents in my knowledge base!",
141
  examples=[
142
  ["How to do great work by Paul Graham?", 512, 0.7, 0.95],
143
  ["What are the key points in the article about doing great work?", 512, 0.7, 0.95],