capradeepgujaran commited on
Commit
2a172dc
1 Parent(s): ccddb90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -291,7 +291,12 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as iface:
291
 
292
  # Third row: Chat Interface (Safety Analysis Results)
293
  with gr.Row():
294
- chatbot = gr.Chatbot(label="Safety Analysis Results and Expert Chat", elem_classes="chatbot")
 
 
 
 
 
295
 
296
  # Fourth row: Question Bar
297
  with gr.Row():
 
291
 
292
  # Third row: Chat Interface (Safety Analysis Results)
293
  with gr.Row():
294
+ chatbot = gr.Chatbot(
295
+ label="Safety Analysis Results and Expert Chat",
296
+ elem_classes="chatbot",
297
+ show_share_button=False, # Remove share button
298
+ show_copy_button=False # Remove copy button
299
+ )
300
 
301
  # Fourth row: Question Bar
302
  with gr.Row():