ccm commited on
Commit
06c4e96
·
verified ·
1 Parent(s): 2191689

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -2
main.py CHANGED
@@ -126,11 +126,13 @@ gradio.ChatInterface(
126
  "What is a physics-informed neural network and what can it be used for?",
127
  "What can agent-based models do about climate change?"
128
  ],
129
- chatbot = gradio.Chatbot(show_label=False),
 
 
 
130
  retry_btn = None,
131
  undo_btn = None,
132
  clear_btn=None,
133
- show_copy_button = True,
134
  theme="monochrome",
135
  cache_examples=True,
136
  ).launch(debug=True)
 
126
  "What is a physics-informed neural network and what can it be used for?",
127
  "What can agent-based models do about climate change?"
128
  ],
129
+ chatbot = gradio.Chatbot(
130
+ show_label=False,
131
+ show_copy_button=True,
132
+ ),
133
  retry_btn = None,
134
  undo_btn = None,
135
  clear_btn=None,
 
136
  theme="monochrome",
137
  cache_examples=True,
138
  ).launch(debug=True)