tharun1507 commited on
Commit
db4c4bf
·
verified ·
1 Parent(s): 10affa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -1,14 +1,10 @@
1
  # -*- coding: utf-8 -*-
2
- """Copy of Code Explainer.ipynb
3
 
4
- Automatically generated by Colaboratory.
5
 
6
- Original file is located at
7
- https://colab.research.google.com/drive/1tBrZ0R8BVUoBwSSkv07CMTrXnsYKmeXI
8
- """
9
 
10
 
11
- #@title Code Explainer
 
12
  import gradio as gr
13
  import google.generativeai as palm
14
 
 
1
  # -*- coding: utf-8 -*-
 
2
 
 
3
 
 
 
 
4
 
5
 
6
+
7
+ #@title DECIPHER THE CODE EXPLAINER
8
  import gradio as gr
9
  import google.generativeai as palm
10