Spaces:
Runtime error
Runtime error
Commit
·
51bd28c
1
Parent(s):
45bda04
changing theme
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ Hey! I'm a Gradio template made for Large Language Model demos at the United St
|
|
11 |
|
12 |
import gradio as gr
|
13 |
|
14 |
-
with gr.Blocks() as demo:
|
15 |
# gr.Image("https://github.com/deptofdefense/LLMs-at-DoD/blob/main/LLM_USGOVT.png?raw=true")
|
16 |
gr.Markdown(header_markdown)
|
17 |
|
|
|
11 |
|
12 |
import gradio as gr
|
13 |
|
14 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
15 |
# gr.Image("https://github.com/deptofdefense/LLMs-at-DoD/blob/main/LLM_USGOVT.png?raw=true")
|
16 |
gr.Markdown(header_markdown)
|
17 |
|