ejschwartz commited on
Commit
70078d8
·
1 Parent(s): dc52bd0

Remove theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def compute_entropy(code: str):
89
 
90
 
91
  def build_app():
92
- with gr.Blocks(title="Entropy for Source Code", theme=gr.themes.Soft()) as demo:
93
  gr.Markdown(
94
  f"""
95
  # Source Code Entropy ({MODEL_ID})
 
89
 
90
 
91
  def build_app():
92
+ with gr.Blocks(title="Entropy for Source Code") as demo:
93
  gr.Markdown(
94
  f"""
95
  # Source Code Entropy ({MODEL_ID})