Spaces:
Sleeping
Sleeping
Update interface.py
Browse files- interface.py +1 -1
interface.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
# Gradio application setup
|
4 |
def create_demo():
|
5 |
-
with gr.Blocks(title= "
|
6 |
theme = "ParityError/Anime"
|
7 |
) as demo:
|
8 |
with gr.Column():
|
|
|
2 |
|
3 |
# Gradio application setup
|
4 |
def create_demo():
|
5 |
+
with gr.Blocks(title= "FUT FUT Chatbot Q&A",
|
6 |
theme = "ParityError/Anime"
|
7 |
) as demo:
|
8 |
with gr.Column():
|