Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
·
cba913c
1
Parent(s):
42c5082
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(title=title) as demo:
|
|
122 |
# "--": "darkblue",
|
123 |
# "-": "blue", "NA":"white"})
|
124 |
|
125 |
-
interpretation = gr.components.Interpretation(
|
126 |
|
127 |
|
128 |
submit_btn.click(
|
|
|
122 |
# "--": "darkblue",
|
123 |
# "-": "blue", "NA":"white"})
|
124 |
|
125 |
+
interpretation = gr.components.Interpretation(prob1)
|
126 |
|
127 |
|
128 |
submit_btn.click(
|