rbanfield commited on
Commit
9227dfe
·
1 Parent(s): 5801913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def predict(input_file):
141
  return html_content
142
 
143
  demo = gr.Interface(
144
- title="<a href=\"www.google.com\">Awesomeness</a>"
145
  fn=predict,
146
  inputs=gr.File(file_types=[".las"], file_count="single"),
147
  outputs=["html"],
 
141
  return html_content
142
 
143
  demo = gr.Interface(
144
+ title="<a href=\"www.google.com\">Awesomeness</a>",
145
  fn=predict,
146
  inputs=gr.File(file_types=[".las"], file_count="single"),
147
  outputs=["html"],