chibuzordev commited on
Commit
b6b5bac
·
verified ·
1 Parent(s): 9405e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  # app.py
2
 
3
  import streamlit as st
4
- from rag_pipeline3 import AdversarialAttackPipeline, RAGPipeline
 
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()