eogreen commited on
Commit
998ddcc
1 Parent(s): 0df0165

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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
 
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