arborvitae commited on
Commit
f37db66
1 Parent(s): 9e7efc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -81,7 +81,11 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
81
 
82
  with gr.Blocks(css='JohnSmith9982/small_and_pretty') as demo:
83
 
84
-
 
 
 
 
85
  with gr.Group():
86
  chatbot = gr.Chatbot(label='Chatbot')
87
  with gr.Row():
 
81
 
82
  with gr.Blocks(css='JohnSmith9982/small_and_pretty') as demo:
83
 
84
+ gr.Markdown(
85
+ """
86
+ # GalaxiCode.ai
87
+ Coding Smarter not Harder.
88
+ """)
89
  with gr.Group():
90
  chatbot = gr.Chatbot(label='Chatbot')
91
  with gr.Row():