mgbam commited on
Commit
328c65b
·
verified ·
1 Parent(s): c61239a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ dashboard = ASTDashboard()
288
  def create_demo():
289
  """Create Gradio demo interface"""
290
 
291
- with gr.Blocks(title="AST Training Dashboard", theme=gr.themes.Soft()) as demo:
292
  gr.Markdown("""
293
  # ⚡ Adaptive Sparse Training Dashboard
294
 
 
288
  def create_demo():
289
  """Create Gradio demo interface"""
290
 
291
+ with gr.Blocks(title="AST Training Dashboard") as demo:
292
  gr.Markdown("""
293
  # ⚡ Adaptive Sparse Training Dashboard
294