egmaminta commited on
Commit
cb7cc31
·
1 Parent(s): 4ab6a08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ gr.Interface(fn=code_summarizer,
44
  label='CODE SUMMARY'),
45
  title='Python Code Summarizer From CodeTrans',
46
  description='Summarize any Python source code',
47
- article="<p style='text-align: center'><a href='https://github.com/agemagician/CodeTrans' target='_blank'>Original repository</a></p>"
48
  theme='dark-peach',
49
  interpretation='default',
50
  layout='horizontal',
 
44
  label='CODE SUMMARY'),
45
  title='Python Code Summarizer From CodeTrans',
46
  description='Summarize any Python source code',
47
+ article="<p style='text-align: center'><a href='https://github.com/agemagician/CodeTrans' target='_blank'>Original repository</a></p>",
48
  theme='dark-peach',
49
  interpretation='default',
50
  layout='horizontal',