FrederickSundeep commited on
Commit
88e0b89
·
1 Parent(s): dabe2bb
Files changed (1) hide show
  1. src/FileUploadForm.js +1 -0
src/FileUploadForm.js CHANGED
@@ -95,6 +95,7 @@ const FileUploadForm = () => {
95
  }}
96
  >
97
  <Paper elevation={6} sx={{ padding: 4, backgroundColor: "#1e1e1e", maxWidth: 600, width: "100%" }}>
 
98
  <Typography variant="h5" gutterBottom color="primary">
99
  📄 Generate Full-Stack Project from Requirements
100
  </Typography>
 
95
  }}
96
  >
97
  <Paper elevation={6} sx={{ padding: 4, backgroundColor: "#1e1e1e", maxWidth: 600, width: "100%" }}>
98
+ <h1>🧠 AI Project Generator</h1>
99
  <Typography variant="h5" gutterBottom color="primary">
100
  📄 Generate Full-Stack Project from Requirements
101
  </Typography>