ruslanmv commited on
Commit
7bd29a3
·
verified ·
1 Parent(s): 46432cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from tool 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
 
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