Spaces:
Runtime error
Runtime error
Aishwarya Solanki
commited on
Commit
·
a9ac299
1
Parent(s):
e0b98d8
added dark mode
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -114,7 +114,7 @@ def ranker(critic_model, critic_shots, critic_temperature, critic_number, critic
|
|
114 |
|
115 |
|
116 |
|
117 |
-
with gr.Blocks() as ui:
|
118 |
gr.Image("src/images/header.png", min_width=1500, height=80, show_download_button=False, show_label=False)
|
119 |
message = "Hello, Welcome to GPTLens GUI by Aishwarya Solanki..."
|
120 |
audit_output = "Auditor hasn't run yet."
|
|
|
114 |
|
115 |
|
116 |
|
117 |
+
with gr.Blocks(theme="dark") as ui:
|
118 |
gr.Image("src/images/header.png", min_width=1500, height=80, show_download_button=False, show_label=False)
|
119 |
message = "Hello, Welcome to GPTLens GUI by Aishwarya Solanki..."
|
120 |
audit_output = "Auditor hasn't run yet."
|