mintaeng commited on
Commit
7355949
1 Parent(s): 37d73ba

Update interface.py

Browse files
Files changed (1) hide show
  1. 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= "RAG Chatbot Q&A",
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():