egmaminta commited on
Commit
3056058
·
1 Parent(s): 56dbc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,5 +44,6 @@ gr.Interface(fn=code_summarizer,
44
  label='CODE SUMMARY'),
45
  title='Code Summarizer From CodeTrans',
46
  description='Summarize any Python code',
 
47
  examples=call_examples(),
48
  allow_flagging='never').launch(inbrowser=True)
 
44
  label='CODE SUMMARY'),
45
  title='Code Summarizer From CodeTrans',
46
  description='Summarize any Python code',
47
+ theme='dark',
48
  examples=call_examples(),
49
  allow_flagging='never').launch(inbrowser=True)