kamkol commited on
Commit
fdcc50c
·
1 Parent(s): 1307867

Add Hugging Face Space configuration

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,4 +1,15 @@
1
- # AB Testing QA App
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  This application is a Streamlit-based frontend for an AB Testing QA system that uses a carefully designed retrieval-augmented generation (RAG) approach with a LangGraph architecture.
4
 
 
1
+ ---
2
+ title: AB Testing RAG Agent
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ sdk_version: 3.14
8
+ app_port: 8501
9
+ pinned: false
10
+ ---
11
+
12
+ # AB Testing RAG Agent
13
 
14
  This application is a Streamlit-based frontend for an AB Testing QA system that uses a carefully designed retrieval-augmented generation (RAG) approach with a LangGraph architecture.
15