Diego Salinas commited on
Commit
bbf472e
·
verified ·
1 Parent(s): 1bfe6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(default='Placeholder Input', label='Placeholder Input')
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
+