Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# app.py
|
2 |
|
3 |
import streamlit as st
|
4 |
-
from rag_pipeline3 import
|
|
|
5 |
|
6 |
# Instantiate RAG and pipeline
|
7 |
rag = RAGPipeline()
|
|
|
1 |
# app.py
|
2 |
|
3 |
import streamlit as st
|
4 |
+
from rag_pipeline3 import *
|
5 |
+
from adversarial_framework import *
|
6 |
|
7 |
# Instantiate RAG and pipeline
|
8 |
rag = RAGPipeline()
|