Spaces:
Sleeping
Sleeping
Diego Salinas commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def plot_portfolio():
|
|
| 27 |
return image_path
|
| 28 |
|
| 29 |
# Define a placeholder input (Text with a default value)
|
| 30 |
-
placeholder_input = gr.Textbox(
|
| 31 |
|
| 32 |
# Define the Gradio interface
|
| 33 |
iface = gr.Interface(
|
|
@@ -44,3 +44,4 @@ iface.launch()
|
|
| 44 |
|
| 45 |
|
| 46 |
|
|
|
|
|
|
| 27 |
return image_path
|
| 28 |
|
| 29 |
# Define a placeholder input (Text with a default value)
|
| 30 |
+
placeholder_input = gr.Textbox("Placeholder Input", label='Placeholder Input')
|
| 31 |
|
| 32 |
# Define the Gradio interface
|
| 33 |
iface = gr.Interface(
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
|
| 47 |
+
|