Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,10 @@ def dprocess(command, ddddd):
|
|
38 |
return 42
|
39 |
|
40 |
# Set-up the Gradio UI
|
41 |
-
textbox = gr.Textbox(label='Command
|
42 |
-
company = gr.Radio(label='Company:',
|
43 |
-
|
44 |
-
|
45 |
|
46 |
# Create Gradio interface
|
47 |
# For the inputs parameter of Interface provide [textbox,company] with outputs parameter of Interface provide prediction
|
|
|
38 |
return 42
|
39 |
|
40 |
# Set-up the Gradio UI
|
41 |
+
textbox = gr.Textbox(label='Command')
|
42 |
+
# company = gr.Radio(label='Company:',
|
43 |
+
# choices=["aws", "google", "IBM", "Meta", "msft"],
|
44 |
+
# value="aws")
|
45 |
|
46 |
# Create Gradio interface
|
47 |
# For the inputs parameter of Interface provide [textbox,company] with outputs parameter of Interface provide prediction
|