Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
e02bfad
1
Parent(s):
c27117c
Update app.py
Browse files
app.py
CHANGED
@@ -60,17 +60,7 @@ with gr.Blocks() as demo:
|
|
60 |
|
61 |
with gr.Tab("Chat"):
|
62 |
gr.ChatInterface(
|
63 |
-
respond
|
64 |
-
#chatbot=gr.Chatbot(height=300),
|
65 |
-
textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
66 |
-
title="Yes Man",
|
67 |
-
description="Ask Yes Man any question",
|
68 |
-
theme="soft",
|
69 |
-
examples=["Hello", "Am I cool?", "Are tomatoes vegetables?"],
|
70 |
-
cache_examples=True,
|
71 |
-
retry_btn=None,
|
72 |
-
undo_btn="Delete Previous",
|
73 |
-
clear_btn="Clear",
|
74 |
)
|
75 |
with gr.Tab("ELS"):
|
76 |
with gr.Row():
|
|
|
60 |
|
61 |
with gr.Tab("Chat"):
|
62 |
gr.ChatInterface(
|
63 |
+
respond
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
)
|
65 |
with gr.Tab("ELS"):
|
66 |
with gr.Row():
|