Abhinav633 commited on
Commit
3564a93
·
verified ·
1 Parent(s): 3408d7f

Update frontend/src/App.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/App.jsx +4 -3
frontend/src/App.jsx CHANGED
@@ -128,13 +128,14 @@ export default function App() {
128
  {/* ── Header ── */}
129
  <div style={{ background: "#1a1a2e", borderRadius: 12, padding: "32px 36px", marginBottom: 28, color: "white" }}>
130
  <div style={{ fontSize: 11, letterSpacing: ".15em", textTransform: "uppercase", color: "#a78bfa", marginBottom: 8 }}>
131
- Bioengineering · Reproducibility · GenAI
132
  </div>
133
- <h1 style={{ fontSize: 28, fontWeight: 800, margin: "0 0 8px" }}>Protocol Contradiction Detector</h1>
 
134
  <p style={{ color: "#aab", fontSize: 13, lineHeight: 1.6, maxWidth: 620 }}>
135
  Upload 2 or more research papers and detect methodological contradictions across experimental protocols —
136
  reagents, temperatures, cell lines, antibodies, timing and more.
137
- Powered by <b style={{ color: "#a78bfa" }}>Groq + LLaMA 3.3 70B</b>.
138
  </p>
139
  </div>
140
 
 
128
  {/* ── Header ── */}
129
  <div style={{ background: "#1a1a2e", borderRadius: 12, padding: "32px 36px", marginBottom: 28, color: "white" }}>
130
  <div style={{ fontSize: 11, letterSpacing: ".15em", textTransform: "uppercase", color: "#a78bfa", marginBottom: 8 }}>
131
+ ContraGenAI · Bioengineering · Reproducibility
132
  </div>
133
+ <h1 style={{ fontSize: 28, fontWeight: 800, margin: "0 0 8px" }}>ContraGenAI</h1>
134
+ <div style={{ fontSize: 14, color: "#a78bfa", marginBottom: 8 }}>Protocol Contradiction Detector</div>
135
  <p style={{ color: "#aab", fontSize: 13, lineHeight: 1.6, maxWidth: 620 }}>
136
  Upload 2 or more research papers and detect methodological contradictions across experimental protocols —
137
  reagents, temperatures, cell lines, antibodies, timing and more.
138
+ <b style={{ color: "#a78bfa" }}>ContraGenAI</b> · Powered by Groq + LLaMA 3.3 70B
139
  </p>
140
  </div>
141