Spaces:
Running
Running
felipekitamura
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ Word1 = gr.Textbox()
|
|
30 |
Word2 = gr.Textbox()
|
31 |
Word3 = gr.Textbox()
|
32 |
label = gr.Label(show_label=True, label="Word4")
|
33 |
-
sp = gr.ScatterPlot(x="x", y="y", color="color")
|
34 |
|
35 |
|
36 |
def inference(word1, word2, word3):
|
|
|
30 |
Word2 = gr.Textbox()
|
31 |
Word3 = gr.Textbox()
|
32 |
label = gr.Label(show_label=True, label="Word4")
|
33 |
+
sp = gr.ScatterPlot(x="x", y="y", color="color", label="label")
|
34 |
|
35 |
|
36 |
def inference(word1, word2, word3):
|