Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ def predict(message, history, PN):
|
|
| 127 |
|
| 128 |
with gr.Blocks() as demo:
|
| 129 |
|
| 130 |
-
gr.Markdown("# Lindvall Lab")
|
| 131 |
radio = gr.Radio(choices=choices, label="Choose a progress note")
|
| 132 |
gr.ChatInterface(predict,
|
| 133 |
|
|
|
|
| 127 |
|
| 128 |
with gr.Blocks() as demo:
|
| 129 |
|
| 130 |
+
#gr.Markdown("# Lindvall Lab")
|
| 131 |
radio = gr.Radio(choices=choices, label="Choose a progress note")
|
| 132 |
gr.ChatInterface(predict,
|
| 133 |
|