Omnibus commited on
Commit
561efb9
·
verified ·
1 Parent(s): 1201acd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ def load_data():
324
  yield lod,[(None,f'Source is current as of:\n{filename_start} {filename_end} UTC\n\nThe current Date and Time is:\n{timestamp} UTC')]
325
 
326
  with gr.Blocks() as app:
327
- cb = gr.Chatbot(height=500)
328
  with gr.Row():
329
  inst = gr.Textbox(label="Instructions")
330
  sub_btn=gr.Button("Submit")
 
324
  yield lod,[(None,f'Source is current as of:\n{filename_start} {filename_end} UTC\n\nThe current Date and Time is:\n{timestamp} UTC')]
325
 
326
  with gr.Blocks() as app:
327
+ cb = gr.Chatbot(height=600, show_share_button=True, show_copy_button=True)
328
  with gr.Row():
329
  inst = gr.Textbox(label="Instructions")
330
  sub_btn=gr.Button("Submit")