Roberto Caravaca commited on
Commit
ab33aa5
·
1 Parent(s): 6bad5b9

Updated gradio UI

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +6 -1
Gradio_UI.py CHANGED
@@ -261,7 +261,12 @@ class GradioUI:
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
 
264
- with gr.Blocks(fill_height=True) as demo:
 
 
 
 
 
265
  stored_messages = gr.State([])
266
  file_uploads_log = gr.State([])
267
  chatbot = gr.Chatbot(
 
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
 
264
+ with gr.Blocks(fill_height=True, title="NASA agent") as demo:
265
+ gr.Markdown(
266
+ """
267
+ # NASA Agent
268
+ This agent can provide you with the Astronomy Picture of the Day (APOD).
269
+ """)
270
  stored_messages = gr.State([])
271
  file_uploads_log = gr.State([])
272
  chatbot = gr.Chatbot(