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