sadgaj commited on
Commit
059e909
1 Parent(s): 331c1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,7 +23,7 @@ def greet(name):
23
 
24
  examples = [
25
 
26
- ['[C][=C][C][=C][C][=C][Ring1][=Branch1]']['[C]']
27
 
28
  ]
29
 
@@ -31,6 +31,6 @@ examples = [
31
 
32
 
33
 
34
- iface = gr.Interface(fn=greet, inputs="text", outputs="text",
35
  examples=examples, )
36
  iface.launch()
 
23
 
24
  examples = [
25
 
26
+ ['[C][=C][C][=C][C][=C][Ring1][=Branch1]'],['[C]']
27
 
28
  ]
29
 
 
31
 
32
 
33
 
34
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Molecular Language Model as Multi-task Generator",
35
  examples=examples, )
36
  iface.launch()