Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,8 @@ def process_command(command, ddddd):
|
|
| 39 |
return 42
|
| 40 |
|
| 41 |
# Set-up the Gradio UI
|
| 42 |
-
|
|
|
|
| 43 |
# company = gr.Radio(label='Company:',
|
| 44 |
# choices=["aws", "google", "IBM", "Meta", "msft"],
|
| 45 |
# value="aws")
|
|
|
|
| 39 |
return 42
|
| 40 |
|
| 41 |
# Set-up the Gradio UI
|
| 42 |
+
textbox = gr.Textbox(label='Command')
|
| 43 |
+
|
| 44 |
# company = gr.Radio(label='Company:',
|
| 45 |
# choices=["aws", "google", "IBM", "Meta", "msft"],
|
| 46 |
# value="aws")
|