Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ This is a HuggingFace Space for [{repo}]({repo_url}) GitHub repository.
99
  """
100
  }
101
 
102
- with gr.Blocks(theme=gr.themes.Soft(primary_hue="indigo")) as demo:
103
  gr.Markdown("""
104
  # πŸš€ GitHub to HuggingFace Space Converter
105
  Convert your GitHub repositories into deployable HuggingFace Spaces
 
99
  """
100
  }
101
 
102
+ with gr.Blocks() as demo:
103
  gr.Markdown("""
104
  # πŸš€ GitHub to HuggingFace Space Converter
105
  Convert your GitHub repositories into deployable HuggingFace Spaces