Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ app = gr.Interface(
|
|
145 |
gr.Dropdown(label="Chart Type", choices=["Forex", "Crypto", "Stocks"], type="value", value="Stocks"),
|
146 |
gr.Textbox(label="Ticker", placeholder="Enter ticker symbol"),
|
147 |
gr.Textbox(label="Prompt", value="Analyze"),
|
148 |
-
gr.Dropdown(label="Analyze more", choices=[], type="value",
|
149 |
],
|
150 |
outputs=gr.Textbox(label="Response"),
|
151 |
title="Trading View Chat Analyzer",
|
|
|
145 |
gr.Dropdown(label="Chart Type", choices=["Forex", "Crypto", "Stocks"], type="value", value="Stocks"),
|
146 |
gr.Textbox(label="Ticker", placeholder="Enter ticker symbol"),
|
147 |
gr.Textbox(label="Prompt", value="Analyze"),
|
148 |
+
gr.Dropdown(label="Analyze more", choices=[], type="value", interactive=True)
|
149 |
],
|
150 |
outputs=gr.Textbox(label="Response"),
|
151 |
title="Trading View Chat Analyzer",
|