Sebastian Schmülling commited on
Commit
c4ef8ee
·
1 Parent(s): fb5aa44

changed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def respond(message, history):
159
  yield partial_message
160
 
161
  with gr.Blocks(title="Hopsworks RAG ChatBot") as demo:
162
- gr.Markdown("<h1 style='text-align: center; color: #1EB382'>Hopsworks RAG ChatBot</h1>")
163
 
164
  # Model Selection Section
165
  with gr.Row():
 
159
  yield partial_message
160
 
161
  with gr.Blocks(title="Hopsworks RAG ChatBot") as demo:
162
+ gr.Markdown("<h1 style='text-align: center; color: #1EB382'>Hopsworks ChatBot</h1>")
163
 
164
  # Model Selection Section
165
  with gr.Row():