rodrigomasini commited on
Commit
8630351
·
verified ·
1 Parent(s): 90f8e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()