Vish2005 commited on
Commit
c901346
·
1 Parent(s): b4e0983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ machinebox = gr.Textbox(label="Enter your machine type:", placeholder="e.g., tra
82
 
83
  featurebox = gr.Textbox(label="Enter your features type:", placeholder="e.g., KL-expansion, Lagragians")
84
 
85
- ouputbox = gr.Textbox(label=":", placeholder="Accuracy: 100%", lines = 10)
86
 
87
  iface = gr.Interface(
88
  fn=inputter,
 
82
 
83
  featurebox = gr.Textbox(label="Enter your features type:", placeholder="e.g., KL-expansion, Lagragians")
84
 
85
+ ouputbox = gr.Textbox(label="Output", placeholder="Accuracy: 100%", lines = 10)
86
 
87
  iface = gr.Interface(
88
  fn=inputter,