Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ ADME properties of a molecule.
|
|
| 106 |
tools = gr.Radio(choices = ["Yes", "No"],label="Use CafChem tools?",
|
| 107 |
interactive=True)
|
| 108 |
|
| 109 |
-
gr.Chatbot()
|
| 110 |
|
| 111 |
with gr.Row():
|
| 112 |
msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
|
|
|
|
| 106 |
tools = gr.Radio(choices = ["Yes", "No"],label="Use CafChem tools?",
|
| 107 |
interactive=True)
|
| 108 |
|
| 109 |
+
chatbot = gr.Chatbot()
|
| 110 |
|
| 111 |
with gr.Row():
|
| 112 |
msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
|