Spaces:
Sleeping
Sleeping
removed titles to chat box
Browse files
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],
|