Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ Current Context:
|
|
131 |
Current Question:
|
132 |
{question}
|
133 |
Ask followup questions based on your provided asnwer to create a conversational flow, Only answer form the provided context and chat history , dont make up any information.
|
|
|
134 |
Answer:
|
135 |
"""
|
136 |
|
@@ -205,7 +206,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
205 |
question_input = gr.Textbox(
|
206 |
label="Ask a question:",
|
207 |
placeholder="Type your question here...",
|
208 |
-
scale=
|
209 |
)
|
210 |
clear_button = gr.Button("Clear Chat", scale=1)
|
211 |
|
|
|
131 |
Current Question:
|
132 |
{question}
|
133 |
Ask followup questions based on your provided asnwer to create a conversational flow, Only answer form the provided context and chat history , dont make up any information.
|
134 |
+
answer only and only from the given context and knowledgebase.
|
135 |
Answer:
|
136 |
"""
|
137 |
|
|
|
206 |
question_input = gr.Textbox(
|
207 |
label="Ask a question:",
|
208 |
placeholder="Type your question here...",
|
209 |
+
scale=25
|
210 |
)
|
211 |
clear_button = gr.Button("Clear Chat", scale=1)
|
212 |
|