Hemanth-Thaluru commited on
Commit
dbfda56
1 Parent(s): 2d3253d

article cleanup

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -36,9 +36,7 @@ Title="""
36
  </p>
37
  </div>
38
  """
39
- Article="""
40
- This is our presentation demosite, Check out our other works [here](https://hemanth-thaluru.github.io/portfolio/).
41
- """
42
 
43
  iface = gr.Interface(
44
  fn=my_func_predict,
 
36
  </p>
37
  </div>
38
  """
39
+ Article="This is our presentation demosite, Check out our other works [here](https://hemanth-thaluru.github.io/portfolio/)."
 
 
40
 
41
  iface = gr.Interface(
42
  fn=my_func_predict,