htr_demo / app /gradio_config.py
amlpai04
radical changes for workflow app instead
e6c2b26
raw
history blame
282 Bytes
import gradio as gr
theme = gr.themes.Default(
primary_hue="blue",
secondary_hue="blue",
neutral_hue="slate",
# font=[
# gr.themes.GoogleFont("Open Sans"),
# "ui-sans-serif",
# "system-ui",
# "sans-serif",
# ],
)
css = """
"""