Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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")
|