Spaces:
Running
Running
Rename interface.py to app.py
Browse files- interface.py → app.py +1 -1
interface.py → app.py
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
# Custom CSS for the interface
|
5 |
css = """
|
|
|
1 |
import gradio as gr
|
2 |
+
from rag import get_best_answer
|
3 |
|
4 |
# Custom CSS for the interface
|
5 |
css = """
|