Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
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(
|
|
|
|
|
|
|
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)
|