Update app.py
Browse files
app.py
CHANGED
@@ -190,12 +190,6 @@ with gr.Blocks(theme=isp_theme, css=custom_css) as iface:
|
|
190 |
clear = gr.ClearButton([msg, chatbot], value="Clear", variant="secondary")
|
191 |
undo = gr.Button("Delete Previous", variant="secondary")
|
192 |
|
193 |
-
gr.Examples(
|
194 |
-
examples=["Why were you called the Sun King?", "How well is France doing economically during your reign?"],
|
195 |
-
inputs=msg,
|
196 |
-
elem_classes="examples-section"
|
197 |
-
)
|
198 |
-
|
199 |
gr.HTML("<div id='disclaimer-footer'>You are chatting with an AI assistant. Make sure to evaluate the accuracy of its answers.</div>")
|
200 |
|
201 |
def user(user_message, history):
|
|
|
190 |
clear = gr.ClearButton([msg, chatbot], value="Clear", variant="secondary")
|
191 |
undo = gr.Button("Delete Previous", variant="secondary")
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
gr.HTML("<div id='disclaimer-footer'>You are chatting with an AI assistant. Make sure to evaluate the accuracy of its answers.</div>")
|
194 |
|
195 |
def user(user_message, history):
|