NeoPy commited on
Commit
e2e4325
·
verified ·
1 Parent(s): a9ad431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def generate_readme(repo_input):
84
  except Exception as e:
85
  return f"Error generating README: {str(e)}"
86
 
87
- with gr.Blocks(title="HF Repo README Generator") as demo:
88
  gr.Markdown("# 🚀 Hugging Face Repository README Generator")
89
 
90
  with gr.Row():
 
84
  except Exception as e:
85
  return f"Error generating README: {str(e)}"
86
 
87
+ with gr.Blocks(theme="NeoPy/Syne", title="HF Repo README Generator") as demo:
88
  gr.Markdown("# 🚀 Hugging Face Repository README Generator")
89
 
90
  with gr.Row():