Update app.py
Browse files
app.py
CHANGED
@@ -1372,7 +1372,6 @@ with gradio.Blocks() as demo:
|
|
1372 |
whence_commeth_performance = gradio.Radio(
|
1373 |
["Construct Spectrum from Table", "Pick Spectrum from Dataset"], label="How would you like to generate the desired response spectrum to synthesize from?", value="Construct Spectrum from Table"
|
1374 |
)
|
1375 |
-
table = gradio.TimeSeries(x="Frequency", y=['Surge', 'Heave', 'Pitch'], interactive=true)
|
1376 |
num = gradio.Number(42, label="Type the index of the shape you would like to use or randomly select it.")
|
1377 |
btn1 = gradio.Button("Randomize")
|
1378 |
with gradio.Column():
|
|
|
1372 |
whence_commeth_performance = gradio.Radio(
|
1373 |
["Construct Spectrum from Table", "Pick Spectrum from Dataset"], label="How would you like to generate the desired response spectrum to synthesize from?", value="Construct Spectrum from Table"
|
1374 |
)
|
|
|
1375 |
num = gradio.Number(42, label="Type the index of the shape you would like to use or randomly select it.")
|
1376 |
btn1 = gradio.Button("Randomize")
|
1377 |
with gradio.Column():
|