Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
from backend1 import *
|
4 |
|
5 |
# Global variable to store the currently selected set of exam questions
|
|
|
1 |
import gradio as gr
|
2 |
+
from tool2 import * # Assuming this module contains your exam data and text-to-speech functionality
|
3 |
from backend1 import *
|
4 |
|
5 |
# Global variable to store the currently selected set of exam questions
|