Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ iface = gr.ChatInterface(
|
|
| 19 |
title="AI Alignment ChatBot",
|
| 20 |
textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
|
| 21 |
theme="Origin",
|
| 22 |
-
examples=["What is
|
| 23 |
|
| 24 |
)
|
| 25 |
|
|
|
|
| 19 |
title="AI Alignment ChatBot",
|
| 20 |
textbox=gr.Textbox(placeholder="Ask Anything", container=True, scale=10),
|
| 21 |
theme="Origin",
|
| 22 |
+
examples=["What is Orthogonality Thesis?"]
|
| 23 |
|
| 24 |
)
|
| 25 |
|