arborvitae commited on
Commit
212adc0
1 Parent(s): 4f2dd2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
80
 
81
 
82
  with gr.Blocks(css='style.css') as demo:
83
- gr.Header("GalaxiCode.ai", level=1, font_size=24)
84
 
85
  with gr.Group():
86
  chatbot = gr.Chatbot(label='Chatbot')
 
80
 
81
 
82
  with gr.Blocks(css='style.css') as demo:
83
+
84
 
85
  with gr.Group():
86
  chatbot = gr.Chatbot(label='Chatbot')