Update app.py
Browse files
app.py
CHANGED
@@ -213,5 +213,7 @@ gr.ChatInterface(
|
|
213 |
'Search: LLM Self-Play; Question: What are the benefits of using self-play with LLMS?',
|
214 |
'Search: Brazil Tax Rate; Question: Why does Brazil has a high tax rate?',
|
215 |
'Search: Stomach medicine; Question: Can stomach medicine cause genetic mutations?'
|
216 |
-
]
|
|
|
|
|
217 |
).launch()
|
|
|
213 |
'Search: LLM Self-Play; Question: What are the benefits of using self-play with LLMS?',
|
214 |
'Search: Brazil Tax Rate; Question: Why does Brazil has a high tax rate?',
|
215 |
'Search: Stomach medicine; Question: Can stomach medicine cause genetic mutations?'
|
216 |
+
],
|
217 |
+
theme='ParityError/Interstellar',
|
218 |
+
css="footer{display:none !important}",
|
219 |
).launch()
|