Spaces:
Sleeping
Sleeping
capradeepgujaran
commited on
Commit
•
1f49f47
1
Parent(s):
deff9b7
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
```python
|
2 |
import gradio as gr
|
3 |
from groq import Groq
|
4 |
import os
|
@@ -246,5 +245,4 @@ if __name__ == "__main__":
|
|
246 |
exit(1)
|
247 |
|
248 |
demo = create_quiz_interface()
|
249 |
-
demo.launch()
|
250 |
-
```
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from groq import Groq
|
3 |
import os
|
|
|
245 |
exit(1)
|
246 |
|
247 |
demo = create_quiz_interface()
|
248 |
+
demo.launch()
|
|