Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import IPython
|
|
|
|
|
|
|
3 |
from IPython.display import IFrame
|
4 |
|
5 |
title = "AI Quantum - QGAN"
|
|
|
1 |
import gradio as gr
|
2 |
import IPython
|
3 |
+
import streamlit as st
|
4 |
+
import streamlit.components.v1 as components
|
5 |
+
|
6 |
from IPython.display import IFrame
|
7 |
|
8 |
title = "AI Quantum - QGAN"
|