mgbam commited on
Commit
964dd3d
·
verified ·
1 Parent(s): 56aed32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -539,9 +539,9 @@ class ResearchInterface:
539
  st.metric("Embedding Dimensions", ResearchConfig.EMBEDDING_DIMENSIONS)
540
 
541
  def _build_main_interface(self) -> None:
542
- st.title("🧠 UniversalResearch AI with Tufa Labs’ LADDER")
543
  st.write(
544
- "Leverage the power of Tufa Labs' LADDER approach for recursive self-improvement. "
545
  )
546
  query = st.text_area(
547
  "Research Query:",
 
539
  st.metric("Embedding Dimensions", ResearchConfig.EMBEDDING_DIMENSIONS)
540
 
541
  def _build_main_interface(self) -> None:
542
+ st.title("🧠 UniversalResearch AI")
543
  st.write(
544
+ "Leverage the power LADDER approach for recursive self-improvement. "
545
  )
546
  query = st.text_area(
547
  "Research Query:",