Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
| 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 |
|