Update app.py
Browse files
app.py
CHANGED
@@ -1399,12 +1399,12 @@ with gradio.Blocks() as demo:
|
|
1399 |
with gradio.Row():
|
1400 |
with gradio.Column():
|
1401 |
whence_commeth_performance = gradio.Radio(
|
1402 |
-
["
|
1403 |
)
|
1404 |
num = gradio.Number(42, label="Type the index of the shape you would like to use or randomly select it.")
|
1405 |
btn1 = gradio.Button("Randomize")
|
1406 |
with gradio.Column():
|
1407 |
-
perf = gradio.Timeseries(
|
1408 |
|
1409 |
with gradio.Row():
|
1410 |
btn2 = gradio.Button("Synthesize Geometry")
|
|
|
1399 |
with gradio.Row():
|
1400 |
with gradio.Column():
|
1401 |
whence_commeth_performance = gradio.Radio(
|
1402 |
+
["Pick Spectrum from Dataset"], label="How would you like to generate the desired response spectrum to synthesize from?", value="Construct Spectrum from Table"
|
1403 |
)
|
1404 |
num = gradio.Number(42, label="Type the index of the shape you would like to use or randomly select it.")
|
1405 |
btn1 = gradio.Button("Randomize")
|
1406 |
with gradio.Column():
|
1407 |
+
perf = gradio.Timeseries(x="Frequency", y=['Surge', 'Heave', 'Pitch'], label="Performance")
|
1408 |
|
1409 |
with gradio.Row():
|
1410 |
btn2 = gradio.Button("Synthesize Geometry")
|