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

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="Homework is due on MM-DD-YYYY at HH:MM", 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=":", placeholder="Accuracy: 100%", lines = 10)
86
 
87
  iface = gr.Interface(
88
  fn=inputter,