badongtakla commited on
Commit
c5fa3d6
·
1 Parent(s): ab1439f

add title and desc

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -220,4 +220,5 @@ gradio.Interface(
220
  inputs="text",
221
  outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
222
  examples=examples,
223
- description='spaces demo for Ithaca').launch(enable_queue=True)
 
 
220
  inputs="text",
221
  outputs=["html", gradio.outputs.Label(label="Geographical Attribution")],
222
  examples=examples,
223
+ title='Spaces Demo for Ithaca',
224
+ description='Restoration and Attribution of ancient Greek texts').launch(enable_queue=True)