Spaces:
Sleeping
Sleeping
Commit ·
70078d8
1
Parent(s): dc52bd0
Remove theme
Browse files
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"
|
| 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})
|